My Project
|
#include <pinGroup.h>
Public Member Functions | |
EscapePinGroup () | |
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 |
Definition at line 46 of file pinGroup.h.
|
inline |
Definition at line 48 of file pinGroup.h.
References osl::PTYPE_BASIC_MIN, and osl::PTYPE_MAX.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 61 of file pinGroup.h.
References osl::PieceMask::any(), osl::PtypeTable::getIndex(), osl::PieceMask::getMask(), osl::PtypeTable::getMaskLow(), osl::KING, osl::rating::RatingEnv::my_pin, osl::rating::RatingEnv::progress, osl::Move::ptype(), osl::PTYPE_BASIC_MIN, osl::PTYPE_MAX, and osl::Ptype_Table.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 56 of file pinGroup.h.
References osl::rating::Group::showTopN().