From: Marco Costalba Date: Mon, 15 Dec 2008 21:23:03 +0000 (+0100) Subject: Restore development versioning and LSN filtering X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=a55b06d3c90674261b387bcf27f13b6813801bc3 Restore development versioning and LSN filtering Signed-off-by: Marco Costalba --- diff --git a/src/misc.h b/src/misc.h index 9bdcc633..0e656cb2 100644 --- a/src/misc.h +++ b/src/misc.h @@ -38,7 +38,7 @@ /// Version number. If this is left empty, the current date (in the format /// YYMMDD) is used as a version number. -const std::string EngineVersion = "1.1a"; +const std::string EngineVersion = ""; //// diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 054b6c17..fa2a0cab 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -128,7 +128,7 @@ namespace { o.push_back(Option("Futility Margin 2", 300, 0, 1000)); o.push_back(Option("Maximum Razoring Depth", 3, 0, 4)); 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 Value Margin", 200, 100, 600)); o.push_back(Option("Randomness", 0, 0, 10));