mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +08:00
Stockfish 2.1
stockfish bench signature is: 6487630 Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -82,7 +82,7 @@ OptionsMap::OptionsMap() {
|
||||
o["Minimum Split Depth"] = UCIOption(4, 4, 7);
|
||||
o["Maximum Number of Threads per Split Point"] = UCIOption(5, 4, 8);
|
||||
o["Threads"] = UCIOption(1, 1, MAX_THREADS);
|
||||
o["Use Sleeping Threads"] = UCIOption(true);
|
||||
o["Use Sleeping Threads"] = UCIOption(false);
|
||||
o["Hash"] = UCIOption(32, 4, 8192);
|
||||
o["Clear Hash"] = UCIOption(false, "button");
|
||||
o["Ponder"] = UCIOption(true);
|
||||
|
||||
Reference in New Issue
Block a user