mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-06 10:53:50 +08:00
@@ -71,7 +71,7 @@ using namespace std;
|
||||
/// Version number. If this is left empty, the current date (in the format
|
||||
/// YYMMDD) is used as a version number.
|
||||
|
||||
static const string EngineVersion = "";
|
||||
static const string EngineVersion = "1.3rc1";
|
||||
static const string AppName = "Stockfish";
|
||||
static const string AppTag = "";
|
||||
|
||||
|
||||
@@ -127,7 +127,7 @@ namespace {
|
||||
o["Threat Depth"] = Option(5, 0, 100);
|
||||
o["Futility Pruning (Main Search)"] = Option(true);
|
||||
o["Futility Pruning (Quiescence Search)"] = Option(true);
|
||||
o["LSN filtering"] = Option(true);
|
||||
o["LSN filtering"] = Option(false);
|
||||
o["LSN Time Margin (sec)"] = Option(4, 1, 10);
|
||||
o["LSN Value Margin"] = Option(200, 100, 600);
|
||||
o["Randomness"] = Option(0, 0, 10);
|
||||
|
||||
Reference in New Issue
Block a user