eval-simple.c: game phases, multiple PST

This commit is contained in:
2024-07-21 18:08:10 +02:00
parent 30ac647fe5
commit 14a2cae072
9 changed files with 548 additions and 143 deletions

View File

@@ -24,7 +24,7 @@
/**
* piece_details
*/
const struct piece_details piece_details[PIECE_MAX] = {
const struct piece_details piece_details[PIECE_NB] = {
/* cap low fen sym name midgame val endgame val */
[EMPTY] = { "", "", "", "", "", 0, 0 },
[W_PAWN] = { "", "", "P", "", "Pawn", P_VAL_MID, P_VAL_END },