mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Stockfish 2.1.1
stockfish bench signature is: 6487630 Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
d494725400
commit
e3b23eb818
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ using namespace std;
|
||||||
/// current date (in the format YYMMDD) is used as a version number.
|
/// current date (in the format YYMMDD) is used as a version number.
|
||||||
|
|
||||||
static const string AppName = "Stockfish";
|
static const string AppName = "Stockfish";
|
||||||
static const string EngineVersion = "";
|
static const string EngineVersion = "2.1.1";
|
||||||
static const string AppTag = "";
|
static const string AppTag = "";
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -82,7 +82,7 @@ OptionsMap::OptionsMap() {
|
||||||
o["Minimum Split Depth"] = UCIOption(4, 4, 7);
|
o["Minimum Split Depth"] = UCIOption(4, 4, 7);
|
||||||
o["Maximum Number of Threads per Split Point"] = UCIOption(5, 4, 8);
|
o["Maximum Number of Threads per Split Point"] = UCIOption(5, 4, 8);
|
||||||
o["Threads"] = UCIOption(1, 1, MAX_THREADS);
|
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["Hash"] = UCIOption(32, 4, 8192);
|
||||||
o["Clear Hash"] = UCIOption(false, "button");
|
o["Clear Hash"] = UCIOption(false, "button");
|
||||||
o["Ponder"] = UCIOption(true);
|
o["Ponder"] = UCIOption(true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue