|
Belofte version 2.2.0
A promising chess program using the UCI or Winboard interface
|
Variables | |
| static constexpr uint8_t | fieldcolours [64] |
| bScore | piecevalues [] |
| const bScore | centerplayvalues [] |
| bScore | piecevalues_movepenalty [] |
| static bScore | roundedpiecevalues [tPiece::P_SIZE] |
| static bScore | positionvalues [tPiece::P_SIZE][64] |
| static bScore | endgamevalues [tPiece::P_SIZE][64] |
|
staticconstexpr |
| bScore belofteeval::piecevalues |
Definition at line 231 of file eval.cpp.
Referenced by bPositionEvaluation::bPositionEvaluation(), PosEvalStaticBoard::getEndgameEvaluation(), PosEvalStaticBoard::getMatingEvaluation(), PosEvalStaticBoard::getPawnEndingEvaluation(), and PosEvalStaticBoard::getRelativeBoardEval().
| bScore belofteeval::centerplayvalues |
Definition at line 384 of file eval.cpp.
Referenced by PosEvalStaticBoard::getEndgameEvaluation().
| bScore belofteeval::piecevalues_movepenalty |
Definition at line 237 of file eval.cpp.
Referenced by bPositionEvaluation::bPositionEvaluation().
|
static |
Definition at line 225 of file eval.cpp.
Referenced by bPositionEvaluation::bPositionEvaluation(), and PosEvalPiecesOnly::getEvaluation().
|
static |
Definition at line 241 of file eval.cpp.
Referenced by bPositionEvaluation::bPositionEvaluation(), and PosEvalStaticBoard::getRelativeBoardEval().
|
static |
Definition at line 313 of file eval.cpp.
Referenced by bPositionEvaluation::bPositionEvaluation(), and PosEvalStaticBoard::getMatingEvaluation().