]> git.sesse.net Git - stockfish/commitdiff
Increase Emergency Move Time to 20
authorMarco Costalba <mcostalba@gmail.com>
Thu, 19 Sep 2013 05:26:36 +0000 (07:26 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 19 Sep 2013 05:26:36 +0000 (07:26 +0200)
Goes in the direction of avoiding time losses and seems
equivalent after almost 40K games at super fast TC of 10+0.05

ELO: 2.61 +-2.2 (95%) LOS: 99.1%
Total: 39869 W: 8258 L: 7959 D: 23652

No functional change.

src/ucioption.cpp

index 2a70dee71b1f100a490ed84ebd2f26f766f3e6a7..6ee5c9c77058d87f5138b038100cfef1bef7423f 100644 (file)
@@ -81,7 +81,7 @@ void init(OptionsMap& o) {
   o["Skill Level"]                 = Option(20, 0, 20);
   o["Emergency Move Horizon"]      = Option(40, 0, 50);
   o["Emergency Base Time"]         = Option(50, 0, 30000);
-  o["Emergency Move Time"]         = Option(10, 0, 5000);
+  o["Emergency Move Time"]         = Option(20, 0, 5000);
   o["Minimum Thinking Time"]       = Option(20, 0, 5000);
   o["Slow Mover"]                  = Option(50, 10, 1000);
   o["UCI_Chess960"]                = Option(false);