#include "belofte.h"
#include "alg1_eval.h"
#include "alg1_board.h"
#include "alg1_moves.h"
Functions | |
t_score | eval_pos (const t_boolean isWhite) |
calculate the current search depth evaluation | |
void | fill_moveevalbuffers (void) |
generate internal buffers to speed up evaluation functions | |
Variables | |
int | curply |
char | m1_aPieceValues [BOARDARRAY_SIZE] |
t_alg1_board | m1_board |
t_alg1_board | m1_boardmapper |
t_alg1_move | m1_movelist |
|
calculate the current search depth evaluation
|
|
generate internal buffers to speed up evaluation functions
|
|
|
|
|
|
|
|
|
|
|