|
Belofte version 2.2.0
A promising chess program using the UCI or Winboard interface
|
#include <eval.h>
Inheritance diagram for PosEvalPositionalBoard:
Collaboration diagram for PosEvalPositionalBoard:Additional Inherited Members | |
Static Public Member Functions inherited from bPositionEvaluation | |
| 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) |
Static Protected Member Functions inherited from PosEvalStaticBoard | |
| static bScore | getRelativeBoardEval (bBoard const &b) |
| static bScore | getEndgameEvaluation (bBoard const &b) |
| static bScore | getPawnEndingEvaluation (bBoard const &b) |
| static bScore | getMatingEvaluation (bBoard const &b) |
|
inline |
|
inlineoverride |
|
overridevirtual |
get positional evaluation from whites view
Reimplemented from bPositionEvaluation.
Definition at line 547 of file eval.cpp.
Here is the call graph for this function: