Skip to content

Commit

Permalink
Bench: 11478878
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Jan 2, 2025
1 parent 19934fd commit adf26b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ static int AlphaBeta(Thread *thread, Stack *ss, int alpha, int beta, Depth depth
bool improving = !inCheck && eval > (ss-2)->staticEval;

// Internal iterative reduction based on Rebel's idea
if (pvNode && depth >= 3 && !ttMove)
if (depth >= 3 && !ttMove)
depth--;

if (cutnode && depth >= 8 && !ttMove)
Expand Down

0 comments on commit adf26b8

Please sign in to comment.