My Project
|
#include <escape.h>
Public Member Functions | |
PtypeAttackedGroup () | |
void | show (std::ostream &os, int name_width, const range_t &range, const std::vector< double > &weights) const |
int | findMatch (const NumEffectState &state, Move move, const RatingEnv &env) 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 32 of file group/escape.h.
osl::rating::PtypeAttackedGroup::PtypeAttackedGroup | ( | ) |
Definition at line 14 of file escape.cc.
References osl::PTYPE_MAX, osl::PTYPE_MIN, and osl::PTYPE_PIECE_MIN.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 50 of file group/escape.h.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 40 of file group/escape.h.
References osl::alt(), osl::NumEffectState::findCheapAttack(), osl::Move::from(), osl::Move::isDrop(), osl::Move::oldPtype(), osl::Move::player(), osl::rating::RatingEnv::progress, osl::Piece::ptype(), osl::PTYPE_MAX, osl::PTYPE_MIN, and osl::PTYPE_PIECE_MIN.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 35 of file group/escape.h.
References osl::rating::Group::showTopN().