mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Fix previous patch in case of ponder
No functional change
This commit is contained in:
parent
69204f0720
commit
01dfdb95dc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue