From: Joona Kiiski Date: Wed, 2 Dec 2009 18:34:55 +0000 (+0200) Subject: Adjust SingleReplyMargin 0x64 -> 0x20 X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=bd618941ce6586507a641724646b9fe6b211a1b1 Adjust SingleReplyMargin 0x64 -> 0x20 Mod - Orig: 920 - 890 (+6 elo) Signed-off-by: Marco Costalba --- 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.