Skip to content

Commit

Permalink
bench 2050042
Browse files Browse the repository at this point in the history
  • Loading branch information
Vizvezdenec committed Feb 11, 2025
1 parent d66e603 commit 7943e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ Value Search::Worker::search(

// Increase reduction for cut nodes
if (cutNode)
r += 2608 - (ttData.depth >= depth && ss->ttPv) * 1159;
r += 2608 - (ttData.depth >= depth && ss->ttPv) * 1159 + 1024 * !ttData.move;

// Increase reduction if ttMove is a capture but the current move is not a capture
if (ttCapture && !capture)
Expand Down

0 comments on commit 7943e83

Please sign in to comment.