All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Static Public Member Functions | Static Private Member Functions | Static Private Attributes | Friends
osl::eval::ml::PromotedMinorPieces Class Reference

#include <minorPiece.h>

Collaboration diagram for osl::eval::ml::PromotedMinorPieces:
Collaboration graph
[legend]

List of all members.

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 884 of file minorPiece.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
ONE_DIM 
DIM 

Definition at line 888 of file minorPiece.h.


Member Function Documentation

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

Definition at line 985 of file minorPiece.cc.

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

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

Definition at line 1069 of file minorPiece.cc.

References osl::BISHOP, result, and osl::ROOK.

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

template<osl::Player P>
void osl::eval::ml::PromotedMinorPieces::evalOne ( const NumEffectState &  state,
const PieceMask  promoted,
MultiInt result 
) [static, private]

Definition at line 995 of file minorPiece.cc.

References adjust(), osl::BLACK, result, osl::Piece::square(), and osl::Square::x().

MultiInt osl::eval::ml::PromotedMinorPieces::evalWithUpdate ( const NumEffectState &  state,
Move  moved,
const MultiInt last_values 
) [static]
template<bool attack, Player owner>
static int osl::eval::ml::PromotedMinorPieces::indexY ( const Square  king,
int  x_diff 
) [inline, static, private]

Definition at line 904 of file minorPiece.h.

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

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

Definition at line 964 of file minorPiece.cc.

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


Friends And Related Function Documentation

friend class PromotedMinorPiecesY [friend]

Definition at line 886 of file minorPiece.h.


Member Data Documentation

Definition at line 909 of file minorPiece.h.

Definition at line 910 of file minorPiece.h.

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


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines