My Project
|
#include <escape.h>
Public Member Functions | |
ImmediateEscapeGroup () | |
void | show (std::ostream &os, int name_width, const range_t &range, const std::vector< double > &weights) const |
int | findMatchWithoutProgress (const NumEffectState &state, Move move, const RatingEnv &env) const |
int | findMatch (const NumEffectState &state, Move move, const RatingEnv &env) 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 |
virtual bool | effectiveInCheck () const |
Additional Inherited Members | |
![]() | |
std::string | group_name |
Definition at line 75 of file group/escape.h.
osl::rating::ImmediateEscapeGroup::ImmediateEscapeGroup | ( | ) |
Definition at line 25 of file escape.cc.
References osl::PTYPE_MAX, and osl::PTYPE_PIECE_MIN.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 94 of file group/escape.h.
References findMatchWithoutProgress(), and osl::rating::RatingEnv::progress.
|
inline |
Definition at line 83 of file group/escape.h.
References osl::Move::from(), osl::NumEffectState::hasEffectIf(), osl::rating::RatingEnv::history, osl::Move::isDrop(), osl::Move::isNormal(), osl::container::MoveStack::lastMove(), osl::Move::ptype(), osl::PTYPE_MAX, osl::PTYPE_PIECE_MIN, osl::Move::ptypeO(), and osl::Move::to().
Referenced by findMatch().
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 78 of file group/escape.h.
References osl::rating::Group::showTopN().