X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=7efb3928bf4a86c2efca25b7ead1b4d766eb461d;hp=ab34a8451cceda529f7996faf4df0500d6715f0c;hb=8b3fdec7ecf330968dae2339e5c1b9a664bda51d;hpb=58452de86d120ca7894917c656ecbb56a6273f22;ds=sidebyside diff --git a/src/search.cpp b/src/search.cpp index ab34a845..7efb3928 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1154,7 +1154,7 @@ namespace { { Value excValue = search(pos, ss, ttValue - OnlyMoveMargin, Max(Min(depth / 2, depth - 4 * OnePly), OnePly), ply, false, threadID, tte->move()); if (excValue < ttValue - OnlyMoveMargin) - ext = (depth >= 8 * OnePly)? OnePly : ext + OnePly / 2; + ext = OnePly; } }