My Project
|
#include <captureGroup.h>
Public Member Functions | |
CaptureGroup () | |
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 | |
std::vector< int > | see_range |
![]() | |
std::string | group_name |
Definition at line 13 of file captureGroup.h.
osl::rating::CaptureGroup::CaptureGroup | ( | ) |
Definition at line 5 of file captureGroup.cc.
References osl::rating::Capture::INF, and see_range.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 46 of file captureGroup.h.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 23 of file captureGroup.h.
References osl::rating::RatingEnv::progress, osl::rating::Capture::see(), and see_range.
|
inlinevirtual |
Reimplemented from osl::rating::Group.
Definition at line 18 of file captureGroup.h.
References osl::rating::Group::showAll().
std::vector<int> osl::rating::CaptureGroup::see_range |
Definition at line 16 of file captureGroup.h.
Referenced by CaptureGroup(), and findMatch().