]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Set LMRPVMoves to 10 instead of 14
[stockfish] / src / ucioption.cpp
index 57264166b702fd062dcece96e8ad341a9f9289a3..c1b351379df98f2e4a5316e0d262c933d4df72db 100644 (file)
@@ -116,7 +116,7 @@ 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(14, 1, 100);
+    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);