X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=7804119febe3f613aeb76a89da3966ac62d43d46;hp=ec9c6b1d0507c77734f92fe8d3a7d067de2334d4;hb=01dfdb95dcc92fec97e49c857c96841f16553af2;hpb=69204f0720bba198952fb7a848ed4377430ef433 diff --git a/src/search.cpp b/src/search.cpp index ec9c6b1d..7804119f 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -564,6 +564,7 @@ void Thread::search() { Threads.stop = true; } else if ( Threads.increaseDepth + && !mainThread->ponder && Time.elapsed() > Time.optimum() * fallingEval * reduction * bestMoveInstability * 0.6) Threads.increaseDepth = false; else