pieceValue top-level constant

List<int> const pieceValue

Centipawn material values, indexed by piece type (pawn..king).

Implementation

const List<int> pieceValue = [100, 320, 330, 500, 900, 20000];