My Project
osl::eval::ml::PiecePairKing Class Reference

#include <piecePairKing.h>

Public Types

enum  { ONE_DIM = 1488375 , DIM = ONE_DIM }
 

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_DIMtable
 

Detailed Description

Definition at line 14 of file piecePairKing.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ONE_DIM 
DIM 

Definition at line 17 of file piecePairKing.h.

Member Function Documentation

◆ add()

◆ addSub()

◆ composeIndex()

static int osl::eval::ml::PiecePairKing::composeIndex ( int king,
int i0,
int i1 )
inlinestaticprivate

Definition at line 36 of file piecePairKing.h.

◆ eval()

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

Definition at line 28 of file piecePairKing.cc.

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

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

◆ evalOne()

◆ evalWithUpdateBang()

◆ indexKing()

static int osl::eval::ml::PiecePairKing::indexKing ( Player owner,
Square king,
bool & flipx )
inlinestaticprivate

◆ indexPiece()

template<bool FlipX>
static int osl::eval::ml::PiecePairKing::indexPiece ( Player owner,
Square position,
Ptype ptype )
inlinestaticprivate

◆ indexWhite()

static int osl::eval::ml::PiecePairKing::indexWhite ( Square p)
inlinestaticprivate

Definition at line 40 of file piecePairKing.h.

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

Referenced by indexPiece().

◆ setUp()

void osl::eval::ml::PiecePairKing::setUp ( const Weights & weights)
static

◆ sub()

Member Data Documentation

◆ table

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

Definition at line 69 of file piecePairKing.h.


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