My Project
osl::rating::TakeBackGroup Struct Reference

#include <group.h>

Inheritance diagram for osl::rating::TakeBackGroup:
osl::rating::Group

Public Member Functions

 TakeBackGroup ()
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
bool effectiveInCheck () 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 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

Additional Inherited Members

Public Attributes inherited from osl::rating::Group
std::string group_name

Detailed Description

Definition at line 42 of file group.h.

Constructor & Destructor Documentation

◆ TakeBackGroup()

osl::rating::TakeBackGroup::TakeBackGroup ( )
inline

Definition at line 44 of file group.h.

References osl::rating::Group::Group().

Member Function Documentation

◆ effectiveInCheck()

bool osl::rating::TakeBackGroup::effectiveInCheck ( ) const
inlinevirtual

Reimplemented from osl::rating::Group.

Definition at line 65 of file group.h.

◆ findMatch()

int osl::rating::TakeBackGroup::findMatch ( const NumEffectState & state,
Move m,
const RatingEnv & env ) const
inlinevirtual

◆ show()

void osl::rating::TakeBackGroup::show ( std::ostream & os,
int name_width,
const range_t & range,
const std::vector< double > & weights ) const
inlinevirtual

Reimplemented from osl::rating::Group.

Definition at line 50 of file group.h.

References osl::rating::Group::showAll().


The documentation for this struct was generated from the following file: