]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Remove even more redundancy in endgame functions handling
[stockfish] / src / ucioption.cpp
index a478a0cb21fcd69578109a661a69b2af8b8d87b4..92729355c827cd0d5c3abcb41b0e910353bbef63 100644 (file)
@@ -119,11 +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["Futility Pruning (Main Search)"] = Option(true);
-    o["Futility Pruning (Quiescence Search)"] = Option(true);
-    o["LSN filtering"] = Option(true);
-    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);