Skip to content

Commit

Permalink
LMP tweak - #54
Browse files Browse the repository at this point in the history
LMP tweak

STC:
ELO   | 6.22 +- 4.62 (95%)
SPRT  | 10.0+0.10s Threads=1 Hash=16MB
LLR   | 2.95 (-2.94, 2.94) [0.00, 5.00]
GAMES | N: 11056 W: 2920 L: 2722 D: 5414

LTC:
ELO   | 6.62 +- 4.70 (95%)
SPRT  | 60.0+0.60s Threads=1 Hash=256MB
LLR   | 3.01 (-2.94, 2.94) [0.00, 5.00]
GAMES | N: 9872 W: 2425 L: 2237 D: 5210

Bench: 2141682
  • Loading branch information
SzilBalazs authored Aug 10, 2023
2 parents c75fcf1 + 2530961 commit 3fc67c8
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 3fc67c8

Please sign in to comment.