My Project
|
#include <minorPiece.h>
Public Types | |
enum | { DIM = 9 } |
Static Public Member Functions | |
static void | setUp (const Weights &weights, int stage) |
![]() | |
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 682 of file minorPiece.h.
anonymous enum |
Enumerator | |
---|---|
DIM |
Definition at line 685 of file minorPiece.h.
|
static |
Definition at line 442 of file minorPiece.cc.
References osl::eval::ml::Weights::dimension(), and osl::eval::ml::Weights::value().