X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=16633ee9e7fadca43f632af015e9f7567fdc9d72;hp=be5a1df53d8782189f4ee27c1bac23947377e10f;hb=67ac358ef2097994bf302c883937da647926e3cc;hpb=341f42be8c873db348e74756281ad8dacce0a486 diff --git a/src/ucioption.cpp b/src/ucioption.cpp index be5a1df5..16633ee9 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -119,7 +119,7 @@ namespace { o["Full Depth Moves (PV nodes)"] = Option(14, 1, 100); o["Full Depth Moves (non-PV nodes)"] = Option(3, 1, 100); o["Threat Depth"] = Option(5, 0, 100); - o["LSN filtering"] = Option(true); + o["LSN filtering"] = Option(false); o["LSN Time Margin (sec)"] = Option(4, 1, 10); o["LSN Value Margin"] = Option(200, 100, 600); o["Randomness"] = Option(0, 0, 10);