]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Fine tune skill level
[stockfish] / src / ucioption.cpp
index cd7dc7396fe7b3edef283b509bc75ab1d5d2b7c1..c0c1e281e8af92e4c2016dae724761150703b4cf 100644 (file)
@@ -98,7 +98,7 @@ void init_uci_options() {
   Options["Ponder"] = Option(true);
   Options["OwnBook"] = Option(true);
   Options["MultiPV"] = Option(1, 1, 500);
   Options["Ponder"] = Option(true);
   Options["OwnBook"] = Option(true);
   Options["MultiPV"] = Option(1, 1, 500);
-  Options["Skill level"] = Option(10, 0, 10);
+  Options["Skill level"] = Option(20, 0, 20);
   Options["Emergency Move Horizon"] = Option(40, 0, 50);
   Options["Emergency Base Time"] = Option(200, 0, 30000);
   Options["Emergency Move Time"] = Option(70, 0, 5000);
   Options["Emergency Move Horizon"] = Option(40, 0, 50);
   Options["Emergency Base Time"] = Option(200, 0, 30000);
   Options["Emergency Move Time"] = Option(70, 0, 5000);