|
Belofte version 2.2.0
A promising chess program using the UCI or Winboard interface
|
#include <eval.h>
Inheritance diagram for PosEvalPiecesOnly:
Collaboration diagram for PosEvalPiecesOnly:Public Member Functions | |
| PosEvalPiecesOnly () | |
| ~PosEvalPiecesOnly () override | |
| PosEvalPiecesOnly (PosEvalPiecesOnly const &)=delete | |
| PosEvalPiecesOnly (PosEvalPiecesOnly &&)=delete | |
| PosEvalPiecesOnly & | operator= (PosEvalPiecesOnly const &)=delete |
| PosEvalPiecesOnly & | operator= (PosEvalPiecesOnly &&)=delete |
| bScore | getEvaluation (bBoard const &b, gameResult_t gr) const override |
| get pure material evaluation of score from whites view | |
Public Member Functions inherited from bPositionEvaluation | |
| bPositionEvaluation () | |
| bPositionEvaluation (std::string &&s) | |
| Store black piece and field values as negative of whites view. | |
| virtual | ~bPositionEvaluation () |
| bPositionEvaluation (bPositionEvaluation const &)=delete | |
| bPositionEvaluation (bPositionEvaluation &&)=delete | |
| bPositionEvaluation & | operator= (bPositionEvaluation const &)=delete |
| bPositionEvaluation & | operator= (bPositionEvaluation &&)=delete |
| operator std::string () const & | |
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) |
|
inlineexplicit |
Definition at line 83 of file eval.h.
Referenced by operator=(), operator=(), PosEvalPiecesOnly(), and PosEvalPiecesOnly().
Here is the call graph for this function:
Here is the caller graph for this function:
|
delete |
Here is the call graph for this function:
|
delete |
Here is the call graph for this function:
|
delete |
Here is the call graph for this function:
|
delete |
Here is the call graph for this function:
|
overridevirtual |
get pure material evaluation of score from whites view
Reimplemented from bPositionEvaluation.
Definition at line 442 of file eval.cpp.
Here is the call graph for this function: