]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Fix broken chess960 under Shredder GUI
[stockfish] / src / ucioption.cpp
index 84bcc832fad496bce50ba8e13b38e870799f9ec6..e1b5ae552900b310f61db930caf85d53eb73fb1e 100644 (file)
@@ -118,7 +118,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["Randomness"] = Option(0, 0, 10);
     o["Minimum Split Depth"] = Option(4, 4, 7);
     o["Maximum Number of Threads per Split Point"] = Option(5, 4, 8);
     o["Threads"] = Option(1, 1, MAX_THREADS);
@@ -128,7 +127,11 @@ namespace {
     o["Ponder"] = Option(true);
     o["OwnBook"] = Option(true);
     o["MultiPV"] = Option(1, 1, 500);
-    o["UCI_Chess960"] = Option(false);
+    o["Emergency Move Horizon"] = Option(40, 0, 50);
+    o["Emergency Base Time"] = Option(200, 0, 60000);
+    o["Emergency Move Time"] = Option(70, 0, 5000);
+    o["Minimum Thinking Time"] = Option(20, 0, 5000);
+    o["UCI_Chess960"] = Option(false); // Just a dummy but needed by GUIs
     o["UCI_AnalyseMode"] = Option(false);
 
     // Any option should know its name so to be easily printed