Belofte version 2.1.9
A promising chess program using the UCI or Winboard interface
PosEvalPiecesOnly Class Reference

#include <eval.h>

+ Inheritance diagram for PosEvalPiecesOnly:
+ Collaboration diagram for PosEvalPiecesOnly:

Public Member Functions

 PosEvalPiecesOnly ()
 
 ~PosEvalPiecesOnly () override
 
 PosEvalPiecesOnly (PosEvalPiecesOnly const &)=delete
 
 PosEvalPiecesOnly (PosEvalPiecesOnly &&)=delete
 
PosEvalPiecesOnlyoperator= (PosEvalPiecesOnly const &)=delete
 
PosEvalPiecesOnlyoperator= (PosEvalPiecesOnly &&)=delete
 
bScore getEvaluation (bBoard const &b) const override
 get pure material evaluation of score
 
- Public Member Functions inherited from bPositionEvaluation
 bPositionEvaluation ()
 
 bPositionEvaluation (std::string const &s)
 Store black piece and field values as negative of whites view.
 
virtual ~bPositionEvaluation ()
 
 bPositionEvaluation (bPositionEvaluation const &)=delete
 
 bPositionEvaluation (bPositionEvaluation &&)=delete
 
bPositionEvaluationoperator= (bPositionEvaluation const &)=delete
 
bPositionEvaluationoperator= (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)
 

Detailed Description

Definition at line 84 of file eval.h.

Constructor & Destructor Documentation

◆ PosEvalPiecesOnly() [1/3]

PosEvalPiecesOnly::PosEvalPiecesOnly ( )
inlineexplicit

Definition at line 86 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:

◆ ~PosEvalPiecesOnly()

PosEvalPiecesOnly::~PosEvalPiecesOnly ( )
inlineoverride

Definition at line 89 of file eval.h.

◆ PosEvalPiecesOnly() [2/3]

PosEvalPiecesOnly::PosEvalPiecesOnly ( PosEvalPiecesOnly const & )
delete
+ Here is the call graph for this function:

◆ PosEvalPiecesOnly() [3/3]

PosEvalPiecesOnly::PosEvalPiecesOnly ( PosEvalPiecesOnly && )
delete
+ Here is the call graph for this function:

Member Function Documentation

◆ operator=() [1/2]

PosEvalPiecesOnly & PosEvalPiecesOnly::operator= ( PosEvalPiecesOnly const & )
delete
+ Here is the call graph for this function:

◆ operator=() [2/2]

PosEvalPiecesOnly & PosEvalPiecesOnly::operator= ( PosEvalPiecesOnly && )
delete
+ Here is the call graph for this function:

◆ getEvaluation()

bScore PosEvalPiecesOnly::getEvaluation ( bBoard const & b) const
overridevirtual

get pure material evaluation of score

Reimplemented from bPositionEvaluation.

Definition at line 446 of file eval.cpp.

+ Here is the call graph for this function: