]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Stockfish 1.8 beta 1
[stockfish] / src / search.cpp
index a97d3e025b070922448486522a7c1068d68d2d44..4f8401bbb651ea62cbc5761d8a0b91614f31f3bd 100644 (file)
@@ -235,7 +235,7 @@ namespace {
   const Value EasyMoveMargin = Value(0x200);
 
   // Last seconds noise filtering (LSN)
-  const bool UseLSNFiltering = true;
+  const bool UseLSNFiltering = false;
   const int LSNTime = 100; // In milliseconds
   const Value LSNValue = value_from_centipawns(200);
   bool loseOnTime = false;