X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=719fc0eac47fc9ac3ccbcf7dc75071670f9fa10b;hp=3b5cae4541eecec487b02bb3cb72c7233492e453;hb=5a5dc6fa109990920560ca9bed8cf7be34f2eba1;hpb=8ee0842c81ba41482d3373d4174bfed53b1bc9fc;ds=sidebyside diff --git a/src/search.cpp b/src/search.cpp index 3b5cae45..719fc0ea 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -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;