Skip to content

Commit

Permalink
bench: 939072
Browse files Browse the repository at this point in the history
bench: 939072
  • Loading branch information
FauziAkram authored Jan 12, 2025
1 parent c76c179 commit 87935e7
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 @@ -1068,7 +1068,7 @@ Value Search::Worker::search(
// and lower extension margins scale well.

if (!rootNode && move == ttData.move && !excludedMove
&& depth >= 4 - (thisThread->completedDepth > 33) + ss->ttPv
&& depth >= 5 - (thisThread->completedDepth > 33) + ss->ttPv
&& is_valid(ttData.value) && !is_decisive(ttData.value)
&& (ttData.bound & BOUND_LOWER) && ttData.depth >= depth - 3)
{
Expand Down

0 comments on commit 87935e7

Please sign in to comment.