]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Stockfish 1.7
[stockfish] / src / search.cpp
index 94c03619a39e8c818739316096f1acfc87b08574..5ea75fecfbd98d40cb084f20600f77612b6a891c 100644 (file)
@@ -232,7 +232,7 @@ namespace {
   const Value EasyMoveMargin = Value(0x200);
 
   // Last seconds noise filtering (LSN)
-  const bool UseLSNFiltering = true;
+  const bool UseLSNFiltering = false;
   const int LSNTime = 4000; // In milliseconds
   const Value LSNValue = value_from_centipawns(200);
   bool loseOnTime = false;