Skip to content

Commit 3cc47ed

Browse files
committed
Tweak bishop pair and knight weight
A combo of two patches that failed SPRT with score higher than 50% but togheter they succeed: SPRT at 60+0.05 LLR: 2.95 (-2.94,2.94) [0.00,6.00] Total: 7312 W: 1276 L: 1139 D: 4897 bench: 8029334
1 parent d454cd4 commit 3cc47ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace {
3939
const Value RedundantRook = Value(554);
4040

4141
// pair pawn knight bishop rook queen
42-
const int LinearCoefficients[6] = { 1617, -162, -1172, -190, 105, 26 };
42+
const int LinearCoefficients[6] = { 1817, -162, -1122, -190, 105, 26 };
4343

4444
const int QuadraticCoefficientsSameColor[][PIECE_TYPE_NB] = {
4545
// pair pawn knight bishop rook queen

0 commit comments

Comments
 (0)