Skip to content

Commit

Permalink
Bench: 1973854
Browse files Browse the repository at this point in the history
  • Loading branch information
XInTheDark committed May 15, 2024
1 parent dcb0233 commit 43f6e57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1134,9 +1134,6 @@ Value Search::Worker::search(
if (PvNode)
r--;

if (improving && ttValue <= alpha && move != ttMove)
r++;

// Increase reduction if next ply has a lot of fail high (~5 Elo)
if ((ss + 1)->cutoffCnt > 3)
r++;
Expand Down

0 comments on commit 43f6e57

Please sign in to comment.