Skip to content

Commit

Permalink
Bench: 14861222
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Oct 25, 2023
1 parent f5e3382 commit 947404a
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 @@ -440,6 +440,7 @@ static int AlphaBeta(Thread *thread, Stack *ss, int alpha, int beta, Depth depth
// Singular extension
if ( depth > 4
&& move == ttMove
&& !cutnode
&& !ss->excluded
&& ttDepth > depth - 3
&& ttBound != BOUND_UPPER
Expand Down

0 comments on commit 947404a

Please sign in to comment.