My Project
|
#include <group.h>
Public Member Functions | |
ChaseGroup () | |
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 |
![]() | |
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 |
osl::rating::ChaseGroup::ChaseGroup | ( | ) |
Definition at line 133 of file group.cc.
References osl::isBasic(), osl::PTYPE_MAX, and osl::PTYPE_PIECE_MIN.
|
virtual |
Reimplemented from osl::rating::Group.
Definition at line 149 of file group.cc.
References osl::Move::capturePtype(), osl::Move::from(), osl::NumEffectState::hasEffectAt(), osl::NumEffectState::hasEffectIf(), osl::rating::RatingEnv::history, osl::isBasic(), osl::Move::isDrop(), osl::Move::isNormal(), osl::container::MoveStack::lastMove(), osl::Move::ptype(), osl::PTYPE_BASIC_MIN, osl::PTYPE_EMPTY, 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 167 of file group.h.
References osl::rating::Group::showTopN().