]> git.sesse.net Git - stockfish/commitdiff
Halve PSQT row data
authorMarco Costalba <mcostalba@gmail.com>
Sun, 3 May 2015 06:06:10 +0000 (08:06 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 3 May 2015 18:07:52 +0000 (20:07 +0200)
Use symmetry along vertical middle axis of the board
to reduce the number of parameters.

For instance psqt value of SQ_A5 == SQ_A4 and value of
SQ_F8 == SQ_F1.

This is always true, at least until now nobody came in
with an asymmetric psqt table that worked.

Original patch by Lucas.

No functional change.


No differences found