mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +08:00
Add "Slow Mover" UCI parameter to adjust time management
With default value of 100 no change in regard of current behaviour. Increasing the value makes SF to think a longer time for each move. Decreasing the value makes SF to move faster. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -72,6 +72,7 @@ OptionsMap::OptionsMap() {
|
||||
o["Emergency Base Time"] = UCIOption(200, 0, 30000);
|
||||
o["Emergency Move Time"] = UCIOption(70, 0, 5000);
|
||||
o["Minimum Thinking Time"] = UCIOption(20, 0, 5000);
|
||||
o["Slow Mover"] = UCIOption(100, 10, 1000);
|
||||
o["UCI_Chess960"] = UCIOption(false);
|
||||
o["UCI_AnalyseMode"] = UCIOption(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user