]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Stockfish 1.6.2
[stockfish] / src / search.cpp
index dd9e45b92e33b3ad606b6c10a40294fa77349058..b56cf9ae04af04e91802b9b4eb6688608e7bee62 100644 (file)
@@ -201,7 +201,7 @@ namespace {
   Depth ThreatDepth; // heavy SMP read access
 
   // 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;