Skip to content

Commit

Permalink
Bench: 15343271
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Oct 16, 2023
1 parent 55e7499 commit 11c5a82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,6 @@ static int AlphaBeta(Thread *thread, Stack *ss, int alpha, int beta, Depth depth
r -= ss->histScore / 8192;
// Reduce less in pv nodes
r -= pvNode;
// Reduce less when improving
r -= improving;
// Reduce more for the side that was last null moved against
r += opponent == thread->nullMover;
// Reduce quiets more if ttMove is a capture
Expand Down

0 comments on commit 11c5a82

Please sign in to comment.