My Project
|
#include <king8Group.h>
Public Member Functions | |
DefenseKing8Group () | |
void | show (std::ostream &os, int name_width, const range_t &range, const std::vector< double > &weights) const |
int | findMatch (const NumEffectState &state, Move m, const RatingEnv &) 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 25 of file king8Group.h.
osl::rating::DefenseKing8Group::DefenseKing8Group | ( | ) |
Definition at line 54 of file king8Group.cc.
References osl::PTYPE_MAX, and osl::PTYPE_PIECE_MIN.
|
virtual |
Reimplemented from osl::rating::Group.
Definition at line 67 of file king8Group.cc.
References osl::rating::RatingEnv::attack_count_for_turn, osl::rating::DefenseKing8::count(), osl::rating::DefenseKing8::matchDrop(), osl::rating::DefenseKing8::matchMove(), osl::rating::RatingEnv::progress, osl::Move::ptype(), osl::PTYPE_MAX, and osl::PTYPE_PIECE_MIN.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 28 of file king8Group.h.
References osl::rating::Group::showTopN().