Skip to content

Commit

Permalink
Bench: 19239272
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Oct 14, 2023
1 parent 55e7499 commit b5c6e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ static int AlphaBeta(Thread *thread, Stack *ss, int alpha, int beta, Depth depth
// Reduced depth zero-window search
if ( depth > 2
&& moveCount > MAX(1, pvNode + !ttMove + root + !quiet)
&& (cutnode || mp.stage > NOISY_GOOD)
&& thread->doPruning) {

// Base reduction
Expand Down

0 comments on commit b5c6e40

Please sign in to comment.