My Project
|
#include <squareGroup.h>
Public Member Functions | |
RelativeKingXGroup (bool a) | |
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 |
Public Attributes | |
bool | attack |
![]() | |
std::string | group_name |
Definition at line 13 of file squareGroup.h.
osl::rating::RelativeKingXGroup::RelativeKingXGroup | ( | bool | a | ) |
Definition at line 5 of file squareGroup.cc.
References osl::PTYPE_MAX, and osl::PTYPE_PIECE_MIN.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 28 of file squareGroup.h.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 22 of file squareGroup.h.
References attack, osl::rating::RelativeKingX::index(), and osl::rating::RatingEnv::progress.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 17 of file squareGroup.h.
References osl::rating::Group::showTopN().
bool osl::rating::RelativeKingXGroup::attack |
Definition at line 15 of file squareGroup.h.
Referenced by findMatch().