]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Restore development version
[stockfish] / src / search.cpp
index 1d7abac02587cbaefc04b947be852180b0bde5c8..08b2c00686cd21de07c440a7e616dcc155dd0e22 100644 (file)
@@ -199,7 +199,7 @@ namespace {
   Depth ThreatDepth; // heavy SMP read access
 
   // Last seconds noise filtering (LSN)
-  const bool UseLSNFiltering = false;
+  const bool UseLSNFiltering = true;
   const int LSNTime = 4000; // In milliseconds
   const Value LSNValue = value_from_centipawns(200);
   bool loseOnTime = false;