]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Retire LMRPVMoves and LMRNonPVMoves
[stockfish] / src / ucioption.cpp
index 9f1447e19944c42064998321af595af437292471..dc1effa856f50c2d29de6c9dd3040913b68ee9f7 100644 (file)
@@ -116,8 +116,6 @@ namespace {
     o["Passed Pawn Extension (non-PV nodes)"] = Option(0, 0, 2);
     o["Pawn Endgame Extension (PV nodes)"] = Option(2, 0, 2);
     o["Pawn Endgame Extension (non-PV nodes)"] = Option(2, 0, 2);
-    o["Full Depth Moves (PV nodes)"] = Option(10, 1, 100);
-    o["Full Depth Moves (non-PV nodes)"] = Option(3, 1, 100);
     o["Threat Depth"] = Option(5, 0, 100);
     o["Randomness"] = Option(0, 0, 10);
     o["Minimum Split Depth"] = Option(4, 4, 7);