X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=442ca924e10761a030213f8a32533ad943509963;hp=63c27403356251b4d703f52b825904e74f1a6f6e;hb=f1d982e2c07372627394b83cf24f48e77a34145b;hpb=bd26374f2105dcbbafeb3376d4fcce24d78ba215 diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 63c27403..442ca924 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -125,7 +125,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["Selective Plies"] = Option(7, 0, 10); o["Futility Pruning (Main Search)"] = Option(true); o["Futility Pruning (Quiescence Search)"] = Option(true); o["LSN filtering"] = Option(true);