Skip to content

Commit

Permalink
Tuned history reduction
Browse files Browse the repository at this point in the history
Value after a long Bayesian tuning, using a home-made classification approach.

STC
https://tests.stockfishchess.org/tests/view/5e7c7b16e42a5c3b3ca2eb66
LLR: 2.96 (-2.94,2.94) {-0.50,1.50}
Total: 45472 W: 8992 L: 8732 D: 27748
Ptnml(0-2): 795, 5276, 10352, 5500, 813

LTC
https://tests.stockfishchess.org/tests/view/5e7c8be7e42a5c3b3ca2eb75
LLR: 2.94 (-2.94,2.94) {0.25,1.75}
Total: 22744 W: 3085 L: 2849 D: 16810
Ptnml(0-2): 156, 2090, 6658, 2298, 170

closes #2597

Bench 5030855
  • Loading branch information
lantonov authored and vondele committed Mar 26, 2020
1 parent c8e8e48 commit 58746d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Expand Up @@ -1182,7 +1182,7 @@ namespace {
r++;

// Decrease/increase reduction for moves with a good/bad history (~30 Elo)
r -= ss->statScore / 16384;
r -= ss->statScore / 16434;
}

// Increase reduction for captures/promotions if late move and at low depth
Expand Down

0 comments on commit 58746d9

Please sign in to comment.