]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Restore development version
[stockfish] / src / search.cpp
index 21cfbccac18b7120622537f54ad09fe0dcae90bd..409ad20afca6c2bea6f64cdea1b4566975bcb395 100644 (file)
@@ -201,7 +201,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;