mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Restore development versioning and LSN filtering
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
/// 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.
|
||||||
|
|
||||||
const std::string EngineVersion = "1.2";
|
const std::string EngineVersion = "";
|
||||||
|
|
||||||
|
|
||||||
////
|
////
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ namespace {
|
|||||||
o.push_back(Option("Futility Margin Scale Factor (Main Search)", 100, 0, 1000));
|
o.push_back(Option("Futility Margin Scale Factor (Main Search)", 100, 0, 1000));
|
||||||
o.push_back(Option("Maximum Razoring Depth", 3, 0, 4));
|
o.push_back(Option("Maximum Razoring Depth", 3, 0, 4));
|
||||||
o.push_back(Option("Razoring Margin", 300, 150, 600));
|
o.push_back(Option("Razoring Margin", 300, 150, 600));
|
||||||
o.push_back(Option("LSN filtering", false));
|
o.push_back(Option("LSN filtering", true));
|
||||||
o.push_back(Option("LSN Time Margin (sec)", 4, 1, 10));
|
o.push_back(Option("LSN Time Margin (sec)", 4, 1, 10));
|
||||||
o.push_back(Option("LSN Value Margin", 200, 100, 600));
|
o.push_back(Option("LSN Value Margin", 200, 100, 600));
|
||||||
o.push_back(Option("Randomness", 0, 0, 10));
|
o.push_back(Option("Randomness", 0, 0, 10));
|
||||||
|
|||||||
Reference in New Issue
Block a user