My Project
|
#include <king8Group.h>
Public Member Functions | |
AttackKing8Group () | |
void | show (std::ostream &os, int name_width, const range_t &range, const std::vector< double > &weights) const |
int | findMatch (const NumEffectState &state, Move m, const RatingEnv &) const |
bool | effectiveInCheck () const |
![]() | |
Group (const std::string &name) | |
Group (Feature *f) | |
virtual | ~Group () |
void | showMinMax (std::ostream &os, int name_width, const range_t &range, const std::vector< double > &weights) const |
void | showAll (std::ostream &os, int name_width, const range_t &range, const std::vector< double > &weights) const |
void | showTopN (std::ostream &os, int name_width, const range_t &range, const std::vector< double > &weights, int n) const |
void | saveResult (const std::string &directory, const range_t &range, const std::vector< double > &weights) const |
bool | load (const std::string &directory, const range_t &range, std::vector< double > &weights) const |
Additional Inherited Members | |
![]() | |
std::string | group_name |
Definition at line 13 of file king8Group.h.
osl::rating::AttackKing8Group::AttackKing8Group | ( | ) |
Definition at line 6 of file king8Group.cc.
References osl::PTYPE_EMPTY, osl::PTYPE_MAX, and osl::PTYPE_PIECE_MIN.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 22 of file king8Group.h.
|
virtual |
Reimplemented from osl::rating::Group.
Definition at line 25 of file king8Group.cc.
References osl::alt(), osl::effect_util::Neighboring8Direct::findNearest(), osl::Move::from(), osl::NumEffectState::hasEffectByPiece(), osl::rating::CountEffect2::index(), osl::Move::isDrop(), osl::isPiece(), osl::Square::isPieceStand(), osl::SimpleState::kingSquare(), osl::Piece::owner(), osl::SimpleState::pieceAt(), osl::SimpleState::pieceOnBoard(), osl::Move::player(), osl::rating::RatingEnv::progress, osl::Piece::ptype(), osl::Move::ptype(), osl::PTYPE_MAX, osl::PTYPE_PIECE_MIN, osl::Move::ptypeO(), osl::Move::to(), and osl::SimpleState::turn().
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 16 of file king8Group.h.
References osl::rating::Group::showTopN().