]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Hardcode depth limit for selective search
[stockfish] / src / ucioption.cpp
index 765e80b4ed96eebba50df89b85dbcde1d435ddb3..006c4c56a59e2e223a4cafa441259e1463fa5f1d 100644 (file)
@@ -38,7 +38,7 @@
 //// Variables
 ////
 
-bool Chess960 = false;
+bool Chess960;
 
 
 ////
@@ -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);