Here are some of the results from the king piece square tables.
Code: Select all
.king_square[50] = { 567, 1200 },
.king_square[51] = { 568, 1201 },
.king_square[52] = { 568, 1202 },
.king_square[53] = { 568, 1202 },
.king_square[54] = { 568, 1202 },
.king_square[55] = { 568, 1202 },
.king_square[56] = { 566, 1176 },
.king_square[57] = { 567, 1177 },
.king_square[58] = { 567, 1178 },
.king_square[59] = { 568, 1179 },
.king_square[60] = { 568, 1180 },
.king_square[61] = { 568, 1180 },
.king_square[62] = { 568, 1180 },
.king_square[63] = { 568, 1180 },
On the other hand, look at how ugly they are.
These crazy numbers came when I decided to have the piece square tables initialized by a function, where I only tune the parameters to that function, so that I wouldn't be overfitting the sample problem set.
Hopefully after more tuning of the tuner, it'll produce more sane results.
End of rant.