mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +08:00
Fine tune skill level
Rescaled Skill level from 0 to 20. At level 19 is still comparable with Crafty 20.14, while at low levels strength increase is now less steep. Thanks to Joona and Heinz for testing and valuable comments. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -98,7 +98,7 @@ void init_uci_options() {
|
||||
Options["Ponder"] = Option(true);
|
||||
Options["OwnBook"] = Option(true);
|
||||
Options["MultiPV"] = Option(1, 1, 500);
|
||||
Options["Skill level"] = Option(10, 0, 10);
|
||||
Options["Skill level"] = Option(20, 0, 20);
|
||||
Options["Emergency Move Horizon"] = Option(40, 0, 50);
|
||||
Options["Emergency Base Time"] = Option(200, 0, 30000);
|
||||
Options["Emergency Move Time"] = Option(70, 0, 5000);
|
||||
|
||||
Reference in New Issue
Block a user