My Project
|
#include <minorPiece.h>
Public Types | |
enum | { ONE_DIM = 14 , DIM = ONE_DIM * EvalStages } |
Static Public Member Functions | |
static void | setUp (const Weights &weights) |
![]() | |
static MultiInt | eval (const NumEffectState &state) |
Additional Inherited Members | |
![]() | |
template<Player P> | |
static int | indexRetreat (Square pos) |
static int | indexSideX (Square pos) |
template<Player P> | |
static int | indexSideY (Square pos) |
template<Player P> | |
static bool | canRetreat (const NumEffectState &state, const Piece gold) |
template<Player P> | |
static bool | canMoveToSide (const NumEffectState &state, const Piece gold) |
template<Player P> | |
static MultiInt | evalOne (const NumEffectState &state, const Piece gold, const CArray< Square, 2 > &kings) |
![]() | |
static CArray< MultiInt, 153 > | knight_table |
static CArray< MultiInt, 9 > | retreat_table |
static CArray< MultiInt, 14 > | side_table |
Definition at line 689 of file minorPiece.h.
anonymous enum |
Enumerator | |
---|---|
ONE_DIM | |
DIM |
Definition at line 692 of file minorPiece.h.
|
static |
Definition at line 386 of file minorPiece.cc.
References osl::NStages, and osl::eval::ml::Weights::value().