Module inanis::evaluation::pawns
source · Structs§
Functions§
- Evaluates structure of pawns on the
board
and returns score from the white color perspective (more than 0 when advantage, less than 0 when disadvantage). This evaluator considers: - Evaluates pawn structure on the
board
for the specifiedcolor
. - Does the same thing as evaluate, but without using pawn hashtable to save evalations.
- Gets all pawn features on
board
forcolor
.