My Project
|
#include <group.h>
Public Member Functions | |
SendOffGroup () | |
void | show (std::ostream &os, int name_width, const range_t &range, const std::vector< double > &weights) const |
int | findMatch (const NumEffectState &, 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 |
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 111 of file group.h.
References osl::Move::capturePtype(), osl::container::Square8::isMember(), osl::rating::RatingEnv::progress, osl::PTYPE_EMPTY, osl::rating::RatingEnv::sendoffs, and osl::Move::to().
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 106 of file group.h.
References osl::rating::Group::showAll().