X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=7d567b8ab71058d9b6c78b2424142da9f568ec16;hb=504bf0e8b8cf2dd818deb623c5ad7e428e504cd8;hp=fa479c4b8272b9896081c0f07c7da86e06a15797;hpb=7970236e9ea64796d5c7597cb1aedde737751f07;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index fa479c4b..7d567b8a 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1045,7 +1045,7 @@ moves_loop: // When in check, search starts here && tte->depth() >= depth - 3) { Value singularBeta = ttValue - (64 + 57 * (ss->ttPv && !PvNode)) * depth / 64; - Depth singularDepth = (depth - 1) / 2; + Depth singularDepth = newDepth / 2; ss->excludedMove = move; value =