diff --git a/src/search.cpp b/src/search.cpp index f5133905e..8e30f3dc3 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -492,7 +492,7 @@ void Search::Worker::iterative_deepening() { double bestMoveInstability = 1.02 + 2.14 * totBestMoveChanges / threads.size(); - double highBestMoveEffort = completedDepth >= 10 && nodesEffort >= 93337 ? 0.75 : 1.0; + double highBestMoveEffort = nodesEffort >= 93340 ? 0.76 : 1.0; double totalTime = mainThread->tm.optimum() * fallingEval * reduction * bestMoveInstability * highBestMoveEffort;