mirror of
https://github.com/sockspls/badfish
synced 2025-05-02 17:49:35 +00:00
Pawn PSQT Tuned
Tested against master "Tweak opposite color bishops endgame scaling" using values from a 100K SPSA with ck=10 Passed STC http://tests.stockfishchess.org/tests/view/5ba7fe7a0ebc592cf276b971 LLR: 2.95 (-2.94,2.94) [0.00,4.00] Total: 27717 W: 6052 L: 5782 D: 15883 Passed LTC http://tests.stockfishchess.org/tests/view/5ba815790ebc592cf276bb6b LLR: 2.95 (-2.94,2.94) [0.00,4.00] Total: 17486 W: 2919 L: 2712 D: 11855 bench: 4441247
This commit is contained in:
parent
33b2f6398c
commit
49b1591505
1 changed files with 7 additions and 7 deletions
12
src/psqt.cpp
12
src/psqt.cpp
|
@ -39,12 +39,12 @@ constexpr Score Bonus[][RANK_NB][int(FILE_NB) / 2] = {
|
|||
{ },
|
||||
{ // Pawn
|
||||
{ S( 0, 0), S( 0, 0), S( 0, 0), S( 0, 0) },
|
||||
{ S(-11, 7), S( 6,-4), S( 7, 8), S( 3,-2) },
|
||||
{ S(-18,-4), S( -2,-5), S( 19, 5), S(24, 4) },
|
||||
{ S(-17, 3), S( -9, 3), S( 20,-8), S(35,-3) },
|
||||
{ S( -6, 8), S( 5, 9), S( 3, 7), S(21,-6) },
|
||||
{ S( -6, 8), S( -8,-5), S( -6, 2), S(-2, 4) },
|
||||
{ S( -4, 3), S( 20,-9), S( -8, 1), S(-4,18) }
|
||||
{ S(-11,-3), S( 7, -1), S( 7, 7), S(17, 2) },
|
||||
{ S(-16,-2), S( -3, 2), S( 23, 6), S(23,-1) },
|
||||
{ S(-14, 7), S( -7, -4), S( 20,-8), S(24, 2) },
|
||||
{ S( -5,13), S( -2, 10), S( -1,-1), S(12,-8) },
|
||||
{ S(-11,16), S(-12, 6), S( -2, 1), S( 4,16) },
|
||||
{ S( -2, 1), S( 20,-12), S(-10, 6), S(-2,25) }
|
||||
},
|
||||
{ // Knight
|
||||
{ S(-161,-105), S(-96,-82), S(-80,-46), S(-73,-14) },
|
||||
|
|
Loading…
Add table
Reference in a new issue