Belofte version 2.1.9
A promising chess program using the UCI or Winboard interface
|
#include <eval.h>
Additional Inherited Members | |
![]() | |
static gameResult_t | gameEndedResult (bBoard const &b) |
Class static function See if board is in finite state, meaning game is ended. | |
static bScore | resultToScoreFlag (gameResult_t const gr) |
Class static function convert all draw scores to SCORE_THEORETIC_DRAW. | |
static bool | isDrawResult (gameResult_t const gr) |
![]() | |
bScore | getRelativeBoardEval (bBoard const &b) const |
bScore | getEndgameEvaluation (bBoard const &b) const |
bScore | getPawnEndingEvaluation (bBoard const &b) const |
bScore | getMatingEvaluation (bBoard const &b) const |
|
inline |
|
inlineoverride |
get positional evaluation
Reimplemented from bPositionEvaluation.
Definition at line 551 of file eval.cpp.