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

#include <minorPiece.h>

Public Types

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

Static Public Member Functions

static MultiInt eval (const NumEffectState &state, const CArray2d< int, 2, 9 > &pawns)
 
template<Player P>
static void evalWithUpdateBang (const NumEffectState &state, Move moved, const CArray2d< int, 2, 9 > &pawns, MultiInt &last_value)
 
static void setUp (const Weights &weights)
 

Static Private Member Functions

static int index (Player player, Ptype ptype, int y, int pawn_y)
 

Static Private Attributes

static CArray< MultiInt, 1440 > table
 

Detailed Description

Definition at line 1538 of file minorPiece.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ONE_DIM 
DIM 

Definition at line 1541 of file minorPiece.h.

Member Function Documentation

◆ eval()

osl::MultiInt osl::eval::ml::PtypeYPawnY::eval ( const NumEffectState state,
const CArray2d< int, 2, 9 > &  pawns 
)
static

◆ evalWithUpdateBang()

template<osl::Player P>
template void osl::eval::ml::PtypeYPawnY::evalWithUpdateBang< WHITE > ( const NumEffectState state,
Move  moved,
const CArray2d< int, 2, 9 > &  pawns,
MultiInt last_value 
)
static

◆ index()

static int osl::eval::ml::PtypeYPawnY::index ( Player  player,
Ptype  ptype,
int  y,
int  pawn_y 
)
inlinestaticprivate

Definition at line 1551 of file minorPiece.h.

References osl::WHITE.

◆ setUp()

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

Definition at line 2034 of file minorPiece.cc.

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

Member Data Documentation

◆ table

osl::CArray< MultiInt, 1440 > osl::eval::ml::PtypeYPawnY::table
staticprivate

Definition at line 1560 of file minorPiece.h.


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