X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=0cbe09e007a1fa3e1c49337fc2919fcca8d909b5;hp=b47b8b243e85d2cc1b0c69828f9b726a0afd2948;hb=bd618941ce6586507a641724646b9fe6b211a1b1;hpb=403db5a6e9f004e39773dbc6cea9d1a99c81a233 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.