From 67ac358ef2097994bf302c883937da647926e3cc Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Sat, 4 Jul 2009 18:16:22 +0100 Subject: [PATCH] Stockfish 1.4 Signed-off-by: Marco Costalba --- src/misc.cpp | 2 +- src/ucioption.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/misc.cpp b/src/misc.cpp index 149cfb45..3ba57745 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -73,7 +73,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.4"; static const string AppName = "Stockfish"; static const string AppTag = ""; diff --git a/src/ucioption.cpp b/src/ucioption.cpp index be5a1df5..16633ee9 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -119,7 +119,7 @@ namespace { o["Full Depth Moves (PV nodes)"] = Option(14, 1, 100); o["Full Depth Moves (non-PV nodes)"] = Option(3, 1, 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 Value Margin"] = Option(200, 100, 600); o["Randomness"] = Option(0, 0, 10); -- 2.39.2