Skip to content

Commit

Permalink
Bench: 29530149
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Dec 8, 2024
1 parent 84213b4 commit e453fe8
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 @@ -431,6 +431,7 @@ static int AlphaBeta(Thread *thread, Stack *ss, int alpha, int beta, Depth depth

// Misc pruning
if ( !root
&& ss->histScore < 25000
&& thread->doPruning
&& bestScore > -TBWIN_IN_MAX) {

Expand Down

0 comments on commit e453fe8

Please sign in to comment.