Module inanis::evaluation::pst

source ·

Re-exports§

Modules§

Constants§

Functions§

  • Evaluates piece-square table value on the board and returns score from the white color perspective (more than 0 when advantage, less than 0 when disadvantage).
  • Gets a PST value for the specified color, piece, phase and square (relative perspective).
  • Recalculates incremental counters on the board. This function should be called only if really necessary, as it’s too slow in regular search.