All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | Static Public Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
osl::eval::ml::PiecePairKing Class Reference

#include <piecePairKing.h>

Public Types

enum  { ONE_DIM = 1488375, DIM = ONE_DIM }
 

Public Member Functions

template<osl::Player King>
int evalOne (const NumEffectState &state)
 
template<osl::Player King>
int add (const NumEffectState &state, Square to, Ptype ptype)
 
template<osl::Player King>
int sub (const NumEffectState &state, Square from, Ptype ptype)
 
template<osl::Player King>
int addSub (const NumEffectState &state, Square to, Ptype ptype, Square from)
 
template<osl::Player P>
void evalWithUpdateBang (const NumEffectState &state, Move moved, CArray< int, 2 > &last_value)
 

Static Public Member Functions

static void setUp (const Weights &weights)
 
static CArray< int, 2 > eval (const NumEffectState &)
 
template<Player P>
static void evalWithUpdateBang (const NumEffectState &state, Move moved, CArray< int, 2 > &last_value)
 
template<Player King>
static int evalOne (const NumEffectState &)
 

Static Private Member Functions

template<Player King>
static int add (const NumEffectState &state, Square to, Ptype ptype)
 
template<Player King>
static int sub (const NumEffectState &state, Square from, Ptype ptype)
 
template<Player King>
static int addSub (const NumEffectState &state, Square to, Ptype ptype, Square from)
 
static int composeIndex (int king, int i0, int i1)
 
static int indexWhite (Square p)
 
static int indexKing (Player owner, Square king, bool &flipx)
 
template<bool FlipX>
static int indexPiece (Player owner, Square position, Ptype ptype)
 

Static Private Attributes

static osl::CArray< int16_t,
ONE_DIM
table
 

Detailed Description

Definition at line 15 of file piecePairKing.h.

Member Enumeration Documentation

anonymous enum
Enumerator
ONE_DIM 
DIM 

Definition at line 18 of file piecePairKing.h.

Member Function Documentation

template<Player King>
static int osl::eval::ml::PiecePairKing::add ( const NumEffectState &  state,
Square  to,
Ptype  ptype 
)
staticprivate
template<osl::Player King>
int osl::eval::ml::PiecePairKing::add ( const NumEffectState &  state,
Square  to,
Ptype  ptype 
)
template<Player King>
static int osl::eval::ml::PiecePairKing::addSub ( const NumEffectState &  state,
Square  to,
Ptype  ptype,
Square  from 
)
staticprivate
template<osl::Player King>
int osl::eval::ml::PiecePairKing::addSub ( const NumEffectState &  state,
Square  to,
Ptype  ptype,
Square  from 
)
static int osl::eval::ml::PiecePairKing::composeIndex ( int  king,
int  i0,
int  i1 
)
inlinestaticprivate

Definition at line 37 of file piecePairKing.h.

osl::CArray< int, 2 > osl::eval::ml::PiecePairKing::eval ( const NumEffectState &  state)
static

Definition at line 30 of file piecePairKing.cc.

References osl::BLACK, and osl::WHITE.

Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval().

template<Player King>
static int osl::eval::ml::PiecePairKing::evalOne ( const NumEffectState &  )
static
template<osl::Player King>
int osl::eval::ml::PiecePairKing::evalOne ( const NumEffectState &  state)
template<Player P>
template void osl::eval::ml::PiecePairKing::evalWithUpdateBang< WHITE > ( const NumEffectState &  state,
Move  moved,
CArray< int, 2 > &  last_value 
)
static
template<osl::Player P>
void osl::eval::ml::PiecePairKing::evalWithUpdateBang ( const NumEffectState &  state,
Move  moved,
CArray< int, 2 > &  last_value 
)
static int osl::eval::ml::PiecePairKing::indexKing ( Player  owner,
Square  king,
bool &  flipx 
)
inlinestaticprivate
template<bool FlipX>
static int osl::eval::ml::PiecePairKing::indexPiece ( Player  owner,
Square  position,
Ptype  ptype 
)
inlinestaticprivate
static int osl::eval::ml::PiecePairKing::indexWhite ( Square  p)
inlinestaticprivate

Definition at line 41 of file piecePairKing.h.

References osl::Square::x(), and osl::Square::y().

Referenced by indexPiece().

void osl::eval::ml::PiecePairKing::setUp ( const Weights weights)
static
template<Player King>
static int osl::eval::ml::PiecePairKing::sub ( const NumEffectState &  state,
Square  from,
Ptype  ptype 
)
staticprivate
template<osl::Player King>
int osl::eval::ml::PiecePairKing::sub ( const NumEffectState &  state,
Square  from,
Ptype  ptype 
)

Member Data Documentation

osl::CArray< osl::int16_t, 1488375 > osl::eval::ml::PiecePairKing::table
staticprivate

Definition at line 70 of file piecePairKing.h.


The documentation for this class was generated from the following files: