Belofte version 2.1.9
A promising chess program using the UCI or Winboard interface
belofteeval Namespace Reference

Variables

bScore piecevalues []
 
bScore centerplayvalues []
 
bScore piecevalues_movepenalty []
 

Variable Documentation

◆ piecevalues

◆ centerplayvalues

bScore belofteeval::centerplayvalues
Initial value:
= {
0, 1, 2, 3, 3, 2, 1, 0,
1, 2, 4, 5, 5, 4, 2, 1,
2, 4, 6, 7, 7, 6, 4, 2,
3, 5, 7, 9, 9, 7, 5, 3,
3, 5, 7, 9, 9, 7, 5, 3,
2, 4, 6, 7, 7, 6, 4, 2,
1, 2, 4, 5, 5, 4, 2, 1,
0, 1, 2, 3, 3, 2, 1, 0
}

Definition at line 388 of file eval.cpp.

Referenced by PosEvalStaticBoard::getEndgameEvaluation().

◆ piecevalues_movepenalty

bScore belofteeval::piecevalues_movepenalty

Definition at line 237 of file eval.cpp.

Referenced by bPositionEvaluation::bPositionEvaluation().