[][src]Module pleco_engine::tables::pawn_table

A Table to store information concerning the structure of pawns. Used to evaluate both the structure of the pawns, as well as king safety values.

An entry is retrieved from the pawn_key field of a Board. A key is not garunteed to be unique to a pawn structure, but it's very likely that there will be no collisions.

Structs

PawnEntry

Information on a the pawn structure for a given position.

PawnTable

Table to hold information about the pawn structure.

Statics

CONNECTED

Functions

init

Initalizes the CONNECTED table.