X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=006c4c56a59e2e223a4cafa441259e1463fa5f1d;hp=ab76997ff0e7a101ca742b9116b8a398caef6852;hb=fbca16da570756f5220b229845e566bd05aa3ce8;hpb=1e97cdd9f3d16a11979229ae439e7ca7695cde3a diff --git a/src/ucioption.cpp b/src/ucioption.cpp index ab76997f..006c4c56 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["Futility Margin (Quiescence Search)"] = Option(50, 0, 1000);