Skip to content

Commit

Permalink
LMP tweak
Browse files Browse the repository at this point in the history
Bench: 2141682
  • Loading branch information
SzilBalazs committed Aug 10, 2023
1 parent c75fcf1 commit 2530961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/search_thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ namespace search {
}
}

if (depth <= 5 && made_moves >= 5 + depth * depth / (2 - improving)) {
if (depth <= 6 && made_moves >= (5 + depth * depth) / (2 - improving)) {
skip_quiets = true;
}

Expand Down

0 comments on commit 2530961

Please sign in to comment.