mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
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
This commit is contained in:
@@ -65,7 +65,7 @@ void init(OptionsMap& o) {
|
|||||||
o["Ponder"] << Option(false);
|
o["Ponder"] << Option(false);
|
||||||
o["MultiPV"] << Option(1, 1, 500);
|
o["MultiPV"] << Option(1, 1, 500);
|
||||||
o["Skill Level"] << Option(20, 0, 20);
|
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["nodestime"] << Option(0, 0, 10000);
|
||||||
o["UCI_Chess960"] << Option(false);
|
o["UCI_Chess960"] << Option(false);
|
||||||
o["SyzygyPath"] << Option("<empty>", on_tb_path);
|
o["SyzygyPath"] << Option("<empty>", on_tb_path);
|
||||||
|
|||||||
Reference in New Issue
Block a user