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::KingXBlocked3 Class Reference

#include <king8.h>

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

List of all members.

Public Types

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

Static Public Member Functions

static MultiInt eval (const NumEffectState &state)
static void setUp (const Weights &weights)

Static Private Member Functions

template<int Sign>
static void adjust (int index_y, MultiInt &result)
template<Player P>
static int index (const Square king, bool is_l, bool u_blocked, bool opp_u_blocked, bool opp_blocked)
template<Player P>
static int indexY (const Square king, bool is_l, bool u_blocked, bool opp_u_blocked, bool opp_blocked)

Static Private Attributes

static CArray< MultiInt, 80 > table
static CArray< MultiInt, 720 > y_table

Friends

class KingXBlocked3Y

Detailed Description

Definition at line 292 of file eval/ml/king8.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
ONE_DIM 
DIM 

Definition at line 296 of file eval/ml/king8.h.


Member Function Documentation

template<int Sign>
static void osl::eval::ml::KingXBlocked3::adjust ( int  index_y,
MultiInt result 
) [inline, static, private]

Definition at line 301 of file eval/ml/king8.h.

References y_table.

MultiInt osl::eval::ml::KingXBlocked3::eval ( const NumEffectState &  state) [static]
template<Player P>
static int osl::eval::ml::KingXBlocked3::index ( const Square  king,
bool  is_l,
bool  u_blocked,
bool  opp_u_blocked,
bool  opp_blocked 
) [inline, static, private]

Definition at line 309 of file eval/ml/king8.h.

References osl::BLACK, osl::WHITE, and osl::Square::x().

template<Player P>
static int osl::eval::ml::KingXBlocked3::indexY ( const Square  king,
bool  is_l,
bool  u_blocked,
bool  opp_u_blocked,
bool  opp_blocked 
) [inline, static, private]

Definition at line 328 of file eval/ml/king8.h.

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

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

Definition at line 936 of file eval/ml/king8.cc.

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


Friends And Related Function Documentation

friend class KingXBlocked3Y [friend]

Definition at line 294 of file eval/ml/king8.h.


Member Data Documentation

Definition at line 348 of file eval/ml/king8.h.

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

Definition at line 349 of file eval/ml/king8.h.

Referenced by adjust(), and osl::eval::ml::KingXBlocked3Y::setUp().


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