1
0
Fork 0

Higher Move Overhead

This shoudl reduce time losses experienced by
users after new time management code.

Verified for no regression in very short TC (4sec + 0.1)
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 35262 W: 7426 L: 7331 D: 20505

Bench 5322108
pull/1248/merge
IIvec 2017-09-06 22:55:03 +02:00 committed by Marco Costalba
parent ed8286eb1b
commit 21926ce2d8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ void init(OptionsMap& o) {
o["Ponder"] << Option(false);
o["MultiPV"] << Option(1, 1, 500);
o["Skill Level"] << Option(20, 0, 20);
o["Move Overhead"] << Option(60, 0, 5000);
o["Move Overhead"] << Option(100, 0, 5000);
o["nodestime"] << Option(0, 0, 10000);
o["UCI_Chess960"] << Option(false);
o["SyzygyPath"] << Option("<empty>", on_tb_path);