X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=21cfbccac18b7120622537f54ad09fe0dcae90bd;hp=409ad20afca6c2bea6f64cdea1b4566975bcb395;hb=2643f1552fca823a2922c124b49f1fa04aa5d970;hpb=ad5b5cef4ae963776b0567c23e9ebc32014b9490 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;