projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
69204f0
)
Fix previous patch in case of ponder
author
xoto10
<buylow001@gmail.com>
Mon, 13 Jan 2020 09:05:49 +0000 (09:05 +0000)
committer
Stéphane Nicolet
<cassio@free.fr>
Mon, 13 Jan 2020 09:47:14 +0000 (10:47 +0100)
No functional change
src/search.cpp
patch
|
blob
|
history
diff --git
a/src/search.cpp
b/src/search.cpp
index
ec9c6b1
..
7804119
100644
(file)
--- 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