#include <captureGroup.h>


| Public Member Functions | |
| DropCapturedGroup () | |
| void | show (std::ostream &os, int name_width, const range_t &range, const vector< double > &weights) const | 
| int | findMatchWithoutProgress (Move move, const RatingEnv &env) const | 
| int | findMatch (const NumEffectState &, Move move, const RatingEnv &env) const | 
|  Public Member Functions inherited from osl::rating::Group | |
| Group (const std::string &name) | |
| Group (Feature *f) | |
| virtual | ~Group () | 
| void | showMinMax (std::ostream &os, int name_width, const range_t &range, const vector< double > &weights) const | 
| void | showAll (std::ostream &os, int name_width, const range_t &range, const vector< double > &weights) const | 
| void | showTopN (std::ostream &os, int name_width, const range_t &range, const vector< double > &weights, int n) const | 
| void | saveResult (const std::string &directory, const range_t &range, const vector< double > &weights) const | 
| bool | load (const std::string &directory, const range_t &range, vector< double > &weights) const | 
| virtual bool | effectiveInCheck () const | 
| Additional Inherited Members | |
|  Public Attributes inherited from osl::rating::Group | |
| std::string | group_name | 
Definition at line 88 of file captureGroup.h.
| osl::rating::DropCapturedGroup::DropCapturedGroup | ( | ) | 
Definition at line 26 of file captureGroup.cc.
References osl::PTYPE_BASIC_MIN, and osl::PTYPE_MAX.
| 
 | inlinevirtual | 
Reimplemented from osl::rating::Group.
Definition at line 107 of file captureGroup.h.
References findMatchWithoutProgress(), and osl::rating::RatingEnv::progress.
| 
 | inline | 
Definition at line 96 of file captureGroup.h.
References osl::Move::capturePtype(), osl::rating::RatingEnv::history, osl::Move::isDrop(), osl::Move::isNormal(), osl::Move::ptype(), osl::PTYPE_BASIC_MIN, osl::PTYPE_EMPTY, and osl::unpromote().
Referenced by findMatch().
| 
 | inlinevirtual | 
Reimplemented from osl::rating::Group.
Definition at line 91 of file captureGroup.h.
References osl::rating::Group::showTopN().
 1.8.4
 1.8.4