X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=d6d459b0487c71491bd57716418b941382bd98ce;hp=9cffc1cc3aff6aab23242113aa34acf18a740fed;hb=f5ef5632f;hpb=21de03fad7f70c90d883d21d27983a5fe15f2c49 diff --git a/src/search.cpp b/src/search.cpp index 9cffc1cc..d6d459b0 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -235,7 +235,7 @@ namespace { const Value EasyMoveMargin = Value(0x200); // Last seconds noise filtering (LSN) - const bool UseLSNFiltering = false; + const bool UseLSNFiltering = true; const int LSNTime = 100; // In milliseconds const Value LSNValue = value_from_centipawns(200); bool loseOnTime = false;