add structure for eval parameters

This commit is contained in:
2024-07-25 09:27:06 +02:00
parent c93ed5ba01
commit 4733a1d65f
10 changed files with 375 additions and 149 deletions

View File

@@ -70,7 +70,7 @@ eval_t eval_simple(pos_t *pos)
while (bb) {
square_t sq = bb_next(&bb);
mg_eval[color] += pst_mg[color][pt][sq];
eg_eval[color] += pst_mg[color][pt][sq];
eg_eval[color] += pst_eg[color][pt][sq];
}
# ifdef DEBUG_EVAL