Skip to content

Commit

Permalink
Bench: 22069011
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Sep 8, 2023
1 parent e0d6e93 commit 817c573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ static int Quiescence(Thread *thread, Stack *ss, int alpha, const int beta) {
// Avoid pruning until at least one move avoids a terminal loss score
if (bestScore <= -TBWIN_IN_MAX) goto search;

mp.onlyNoisy = true;

// Only try moves the movepicker deems good
if (mp.stage > NOISY_GOOD) break;

Expand Down

0 comments on commit 817c573

Please sign in to comment.