From bd618941ce6586507a641724646b9fe6b211a1b1 Mon Sep 17 00:00:00 2001 From: Joona Kiiski Date: Wed, 2 Dec 2009 20:34:55 +0200 Subject: [PATCH] Adjust SingleReplyMargin 0x64 -> 0x20 Mod - Orig: 920 - 890 (+6 elo) Signed-off-by: Marco Costalba --- src/search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.cpp b/src/search.cpp index b47b8b24..0cbe09e0 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -173,7 +173,7 @@ namespace { // If the TT move is at least SingleReplyMargin better then the // remaining ones we will extend it. - const Value SingleReplyMargin = Value(0x64); + const Value SingleReplyMargin = Value(0x20); // Margins for futility pruning in the quiescence search, and at frontier // and near frontier nodes. -- 2.39.2