Public Types | Static Public Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
osl::eval::ml::KingRookBishop Class Reference

#include <majorPiece.h>

Public Types

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

Static Public Member Functions

static void setUp (const Weights &weights)
 
template<Player King>
static MultiInt evalOne (const NumEffectState &state)
 
static MultiInt eval (const NumEffectState &state)
 

Static Private Member Functions

template<Player King>
static int index (const Square king, const Piece rook, const Piece bishop)
 

Static Private Attributes

static CArray< MultiInt, 374544 > table
 

Detailed Description

Definition at line 477 of file majorPiece.h.

Member Enumeration Documentation

§ anonymous enum

anonymous enum
Enumerator
ONE_DIM 
DIM 

Definition at line 480 of file majorPiece.h.

Member Function Documentation

§ eval()

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

§ evalOne()

template<osl::Player P>
template MultiInt osl::eval::ml::KingRookBishop::evalOne< WHITE > ( const NumEffectState state)
static

§ index()

template<Player King>
static int osl::eval::ml::KingRookBishop::index ( const Square  king,
const Piece  rook,
const Piece  bishop 
)
inlinestaticprivate

§ setUp()

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

Member Data Documentation

§ table

osl::CArray< MultiInt, 374544 > osl::eval::ml::KingRookBishop::table
staticprivate

Definition at line 486 of file majorPiece.h.

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


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