X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=21cfbccac18b7120622537f54ad09fe0dcae90bd;hp=409ad20afca6c2bea6f64cdea1b4566975bcb395;hb=734fb9a13b75a2c52c04352bc508b6a71e3f9300;hpb=c12364bb67741daff123c50770b1fd6923fa9530 diff --git a/src/search.cpp b/src/search.cpp index 409ad20a..21cfbcca 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -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;