mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Revert to old time management (#1351)
As many users reported some problems with new time management, and recent tests on longer time controls http://tests.stockfishchess.org/tests/view/5a460e160ebc590ccbb8c35d http://tests.stockfishchess.org/tests/view/5a462f4d0ebc590ccbb8c37a are even little in favor of old time management, this revert seems as a logical step. STC: LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 14060 W: 2562 L: 2430 D: 9068 LTC: LLR: 3.44 (-2.94,2.94) [-3.00,1.00] Total: 31611 W: 3958 L: 3827 D: 23826 bench: 5365777 (same as master)
This commit is contained in:
@@ -66,7 +66,9 @@ 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(100, 0, 5000);
|
||||
o["Move Overhead"] << Option(30, 0, 5000);
|
||||
o["Minimum Thinking Time"] << Option(20, 0, 5000);
|
||||
o["Slow Mover"] << Option(89, 10, 1000);
|
||||
o["nodestime"] << Option(0, 0, 10000);
|
||||
o["UCI_Chess960"] << Option(false);
|
||||
o["SyzygyPath"] << Option("<empty>", on_tb_path);
|
||||
|
||||
Reference in New Issue
Block a user