mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Revert "Remove slowMover"
This reverts commit 77fa960f89.
Resolves #590
This commit is contained in:
committed by
Joona Kiiski
parent
77fa960f89
commit
d5ba8e827d
@@ -67,6 +67,7 @@ void init(OptionsMap& o) {
|
||||
o["Skill Level"] << Option(20, 0, 20);
|
||||
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