From 11763d2b7f38ad5faf789f7ac76ca84713031582 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Mon, 29 Dec 2008 12:06:21 +0100 Subject: [PATCH] Stockfish 1.2 Signed-off-by: Marco Costalba --- src/misc.h | 2 +- src/ucioption.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/misc.h b/src/misc.h index 0e656cb2..c83f36db 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 = ""; +const std::string EngineVersion = "1.2"; //// diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 5c78c00e..68ab68e2 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -127,7 +127,7 @@ namespace { 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("Razoring Margin", 300, 150, 600)); - o.push_back(Option("LSN filtering", true)); + o.push_back(Option("LSN filtering", false)); 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)); -- 2.39.2