Stockfish 3

Stockfish bench signature is: 4176431
This commit is contained in:
Marco Costalba
2013-04-29 00:59:57 +02:00
parent 293c44bc09
commit aa2368a687
4 changed files with 4 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ void init(OptionsMap& o) {
o["Min Split Depth"] = Option(msd, 4, 12, on_threads);
o["Max Threads per Split Point"] = Option(5, 4, 8, on_threads);
o["Threads"] = Option(cpus, 1, MAX_THREADS, on_threads);
o["Use Sleeping Threads"] = Option(true);
o["Use Sleeping Threads"] = Option(false);
o["Hash"] = Option(32, 1, 8192, on_hash_size);
o["Clear Hash"] = Option(on_clear_hash);
o["Ponder"] = Option(true);