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

@@ -19,6 +19,8 @@
#include "chessdefs.h"
#include "eval-defs.h"
s16 calc_phase(pos_t *pos);
eval_t eval_mobility(pos_t *pos, bool color);
eval_t eval_square_control(pos_t *pos, bool color);