#include <minorPiece.h>

Public Types | |
| enum | { DIM = 1 } |
Static Public Member Functions | |
| static void | setUp (const Weights &weights, int stage) |
| static MultiInt | eval (const NumEffectState &state, int black_pawn_count) |
Static Private Attributes | |
| static MultiInt | weight |
Definition at line 483 of file minorPiece.h.
| anonymous enum |
Definition at line 486 of file minorPiece.h.
| static MultiInt osl::eval::ml::NoPawnOnStand::eval | ( | const NumEffectState & | state, |
| int | black_pawn_count | ||
| ) | [inline, static] |
Definition at line 491 of file minorPiece.h.
References osl::BLACK, osl::PAWN, weight, and osl::WHITE.
Referenced by osl::eval::ml::OpenMidEndingEval::debugInfo(), osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), and osl::eval::ml::OpenMidEndingEval::updateSub().
| void osl::eval::ml::NoPawnOnStand::setUp | ( | const Weights & | weights, |
| int | stage | ||
| ) | [static] |
Definition at line 204 of file minorPiece.cc.
References osl::eval::ml::Weights::value(), and weight.
osl::MultiInt osl::eval::ml::NoPawnOnStand::weight [static, private] |
Definition at line 488 of file minorPiece.h.
Referenced by eval().
1.7.6.1