Skip to content

Commit 2740799

Browse files
committed
Increase Emergency Move Time to 20
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.
1 parent 10cb19d commit 2740799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ucioption.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void init(OptionsMap& o) {
8181
o["Skill Level"] = Option(20, 0, 20);
8282
o["Emergency Move Horizon"] = Option(40, 0, 50);
8383
o["Emergency Base Time"] = Option(50, 0, 30000);
84-
o["Emergency Move Time"] = Option(10, 0, 5000);
84+
o["Emergency Move Time"] = Option(20, 0, 5000);
8585
o["Minimum Thinking Time"] = Option(20, 0, 5000);
8686
o["Slow Mover"] = Option(50, 10, 1000);
8787
o["UCI_Chess960"] = Option(false);

0 commit comments

Comments
 (0)