X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fucioption.cpp;h=92729355c827cd0d5c3abcb41b0e910353bbef63;hb=b3b1d3aaa7e0fa3cd28f8d9d2d5b1dd562b914c3;hp=16633ee9e7fadca43f632af015e9f7567fdc9d72;hpb=67ac358ef2097994bf302c883937da647926e3cc;p=stockfish diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 16633ee9..92729355 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -119,9 +119,6 @@ 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(false); - o["LSN Time Margin (sec)"] = Option(4, 1, 10); - o["LSN Value Margin"] = Option(200, 100, 600); o["Randomness"] = Option(0, 0, 10); o["Minimum Split Depth"] = Option(4, 4, 7); o["Maximum Number of Threads per Split Point"] = Option(5, 4, 8);