We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00d91f commit 8e3e22bCopy full SHA for 8e3e22b
src/search.cpp
@@ -781,10 +781,8 @@ Value Search::Worker::search(
781
782
opponentWorsening = ss->staticEval + (ss - 1)->staticEval > 2;
783
784
- if (priorReduction >= 3 && ss->staticEval + (ss - 1)->staticEval < 0)
785
- {
+ if (priorReduction >= 3 && !opponentWorsening)
786
depth++;
787
- }
788
789
// Step 7. Razoring (~1 Elo)
790
// If eval is really low, skip search entirely and return the qsearch value.
0 commit comments