My Project
Public Types | Static Public Member Functions | Static Private Member Functions | Static Private Attributes | Friends | List of all members
osl::eval::ml::PromotedMinorPieces Class Reference

#include <minorPiece.h>

Public Types

enum  { ONE_DIM = 9 , DIM = ONE_DIM * EvalStages }
 

Static Public Member Functions

static void setUp (const Weights &weights)
 
static MultiInt eval (const NumEffectState &state)
 
static MultiInt evalWithUpdate (const NumEffectState &state, Move moved, const MultiInt &last_values)
 
template<int Sign>
static void adjust (int index, int index_attack, int index_defense, MultiInt &result)
 

Static Private Member Functions

template<Player P>
static void evalOne (const NumEffectState &state, const PieceMask promoted, MultiInt &result)
 
template<bool attack, Player owner>
static int indexY (const Square king, int x_diff)
 

Static Private Attributes

static CArray< MultiInt, 9 > table
 
static CArray< MultiInt, 162 > y_table
 

Friends

class PromotedMinorPiecesY
 

Detailed Description

Definition at line 881 of file minorPiece.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ONE_DIM 
DIM 

Definition at line 885 of file minorPiece.h.

Member Function Documentation

◆ adjust()

template<int Sign>
void osl::eval::ml::PromotedMinorPieces::adjust ( int  index,
int  index_attack,
int  index_defense,
MultiInt result 
)
inlinestatic

Definition at line 984 of file minorPiece.cc.

References osl::eval::ml::ppair::y_table.

◆ eval()

MultiInt osl::eval::ml::PromotedMinorPieces::eval ( const NumEffectState state)
static

◆ evalOne()

template<osl::Player P>
void osl::eval::ml::PromotedMinorPieces::evalOne ( const NumEffectState state,
const PieceMask  promoted,
MultiInt result 
)
staticprivate

◆ evalWithUpdate()

MultiInt osl::eval::ml::PromotedMinorPieces::evalWithUpdate ( const NumEffectState state,
Move  moved,
const MultiInt last_values 
)
static

◆ indexY()

template<bool attack, Player owner>
static int osl::eval::ml::PromotedMinorPieces::indexY ( const Square  king,
int  x_diff 
)
inlinestaticprivate

Definition at line 901 of file minorPiece.h.

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

◆ setUp()

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

Definition at line 963 of file minorPiece.cc.

References osl::NStages, and osl::eval::ml::Weights::value().

Friends And Related Symbol Documentation

◆ PromotedMinorPiecesY

friend class PromotedMinorPiecesY
friend

Definition at line 883 of file minorPiece.h.

Member Data Documentation

◆ table

osl::CArray< MultiInt, 9 > osl::eval::ml::PromotedMinorPieces::table
staticprivate

Definition at line 906 of file minorPiece.h.

◆ y_table

osl::CArray< MultiInt, 162 > osl::eval::ml::PromotedMinorPieces::y_table
staticprivate

Definition at line 907 of file minorPiece.h.

Referenced by osl::eval::ml::PromotedMinorPiecesY::setUp().


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