mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07:43 +00:00
Remove RookOn7th and merge values into psqt
Tested in no-regression mode: STC LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 55678 W: 9954 L: 9892 D: 35832 LTC LLR: 2.95 (-2.94,2.94) [-3.00,1.00] Total: 9238 W: 1448 L: 1311 D: 6479 bench: 7905850
This commit is contained in:
committed by
Marco Costalba
parent
6579a65bbb
commit
3705559fdb
+1
-1
@@ -68,7 +68,7 @@ static const Score PSQT[][SQUARE_NB] = {
|
||||
S(-22, 3), S( -7, 3), S( -2, 3), S( 2, 3), S( 2, 3), S( -2, 3), S( -7, 3), S(-22, 3),
|
||||
S(-22, 3), S( -7, 3), S( -2, 3), S( 2, 3), S( 2, 3), S( -2, 3), S( -7, 3), S(-22, 3),
|
||||
S(-22, 3), S( -7, 3), S( -2, 3), S( 2, 3), S( 2, 3), S( -2, 3), S( -7, 3), S(-22, 3),
|
||||
S(-22, 3), S( -7, 3), S( -2, 3), S( 2, 3), S( 2, 3), S( -2, 3), S( -7, 3), S(-22, 3),
|
||||
S(-11, 3), S( 4, 3), S( 9, 3), S(13, 3), S(13, 3), S( 9, 3), S( 4, 3), S(-11, 3),
|
||||
S(-22, 3), S(-17, 3), S(-12, 3), S(-8, 3), S(-8, 3), S(-12, 3), S(-17, 3), S(-22, 3)
|
||||
},
|
||||
{ // Queen
|
||||
|
||||
Reference in New Issue
Block a user