X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=b56cf9ae04af04e91802b9b4eb6688608e7bee62;hp=dd9e45b92e33b3ad606b6c10a40294fa77349058;hb=e0a8b364364c2a89c82d4f57fd3419ed5f1f872e;hpb=8d724220a7a19961b21239cba8138815f1d1598f diff --git a/src/search.cpp b/src/search.cpp index dd9e45b9..b56cf9ae 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;