]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Setup Release Candidate 1
[stockfish] / src / search.cpp
index 409ad20afca6c2bea6f64cdea1b4566975bcb395..21cfbccac18b7120622537f54ad09fe0dcae90bd 100644 (file)
@@ -201,7 +201,7 @@ namespace {
   Depth ThreatDepth; // heavy SMP read access
 
   // Last seconds noise filtering (LSN)
   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;
   const int LSNTime = 4000; // In milliseconds
   const Value LSNValue = value_from_centipawns(200);
   bool loseOnTime = false;