1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00

Stockfish 1.4

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba 2009-07-04 18:16:22 +01:00
parent 341f42be8c
commit 67ac358ef2
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ using namespace std;
/// Version number. If this is left empty, the current date (in the format /// Version number. If this is left empty, the current date (in the format
/// YYMMDD) is used as a version number. /// YYMMDD) is used as a version number.
static const string EngineVersion = ""; static const string EngineVersion = "1.4";
static const string AppName = "Stockfish"; static const string AppName = "Stockfish";
static const string AppTag = ""; static const string AppTag = "";

View file

@ -119,7 +119,7 @@ namespace {
o["Full Depth Moves (PV nodes)"] = Option(14, 1, 100); o["Full Depth Moves (PV nodes)"] = Option(14, 1, 100);
o["Full Depth Moves (non-PV nodes)"] = Option(3, 1, 100); o["Full Depth Moves (non-PV nodes)"] = Option(3, 1, 100);
o["Threat Depth"] = Option(5, 0, 100); o["Threat Depth"] = Option(5, 0, 100);
o["LSN filtering"] = Option(true); o["LSN filtering"] = Option(false);
o["LSN Time Margin (sec)"] = Option(4, 1, 10); o["LSN Time Margin (sec)"] = Option(4, 1, 10);
o["LSN Value Margin"] = Option(200, 100, 600); o["LSN Value Margin"] = Option(200, 100, 600);
o["Randomness"] = Option(0, 0, 10); o["Randomness"] = Option(0, 0, 10);