#include <featureSet.h>

Public Member Functions | |
| ~FeatureSet () | |
| void | pushBack (Feature *, bool light=false) |
| void | addFinished () |
| int | dimension () const |
| double | matchExp (const StateInfo &, Move, const double *weights) const |
| void | generateLogProb (const StateInfo &state, MoveLogProbVector &out, const double *weights) const |
| double | matchLight (const StateInfo &, Move, const double *weights) const |
| bool | load (const char *base_filename, double *weights) const |
| bool | load_binary (const char *base_filename, double *weights) const |
| void | showSummary (const double *weights) const |
| void | analyze (const StateInfo &state, Move move, const double *weights) const |
| double | generateRating (const StateInfo &state, WeightedMoveVector &out, const double *weights) const |
Static Public Member Functions | |
| static void | ratingToLogProb (const WeightedMoveVector &rating, double sum, MoveLogProbVector &out) |
Protected Member Functions | |
| FeatureSet () | |
Private Attributes | |
| boost::ptr_vector< Feature > | features |
| osl::vector< int > | offsets |
| osl::vector< int > | light_features |
Definition at line 21 of file move_probability/featureSet.h.
| osl::move_probability::FeatureSet::FeatureSet | ( | ) | [protected] |
Definition at line 24 of file move_probability/featureSet.cc.
Definition at line 29 of file move_probability/featureSet.cc.
Definition at line 42 of file move_probability/featureSet.cc.
Referenced by osl::move_probability::StandardFeatureSet::StandardFeatureSet().
| void osl::move_probability::FeatureSet::analyze | ( | const StateInfo & | state, |
| Move | move, | ||
| const double * | weights | ||
| ) | const |
Definition at line 76 of file move_probability/featureSet.cc.
References out, and osl::record::csa::show().
| int osl::move_probability::FeatureSet::dimension | ( | ) | const [inline] |
Definition at line 31 of file move_probability/featureSet.h.
References offsets.
| void osl::move_probability::FeatureSet::generateLogProb | ( | const StateInfo & | state, |
| MoveLogProbVector & | out, | ||
| const double * | weights | ||
| ) | const |
Definition at line 130 of file move_probability/featureSet.cc.
References moves.
Referenced by osl::move_probability::StandardFeatureSet::generateLogProb().
| double osl::move_probability::FeatureSet::generateRating | ( | const StateInfo & | state, |
| WeightedMoveVector & | out, | ||
| const double * | weights | ||
| ) | const |
Definition at line 98 of file move_probability/featureSet.cc.
References osl::move_probability::StateInfo::dirty, osl::move_generator::capture::generate(), moves, and osl::move_probability::StateInfo::state.
Referenced by osl::move_probability::StandardFeatureSet::generateLogProb2().
| bool osl::move_probability::FeatureSet::load | ( | const char * | base_filename, |
| double * | weights | ||
| ) | const |
Definition at line 139 of file move_probability/featureSet.cc.
| bool osl::move_probability::FeatureSet::load_binary | ( | const char * | base_filename, |
| double * | weights | ||
| ) | const |
Definition at line 156 of file move_probability/featureSet.cc.
| double osl::move_probability::FeatureSet::matchExp | ( | const StateInfo & | state, |
| Move | move, | ||
| const double * | weights | ||
| ) | const |
Definition at line 51 of file move_probability/featureSet.cc.
| double osl::move_probability::FeatureSet::matchLight | ( | const StateInfo & | state, |
| Move | move, | ||
| const double * | weights | ||
| ) | const |
Definition at line 63 of file move_probability/featureSet.cc.
Referenced by osl::move_probability::StandardFeatureSet::matchLight().
| void osl::move_probability::FeatureSet::pushBack | ( | Feature * | f, |
| bool | light = false |
||
| ) |
Definition at line 34 of file move_probability/featureSet.cc.
Referenced by osl::move_probability::StandardFeatureSet::StandardFeatureSet().
| void osl::move_probability::FeatureSet::ratingToLogProb | ( | const WeightedMoveVector & | rating, |
| double | sum, | ||
| MoveLogProbVector & | out | ||
| ) | [static] |
Definition at line 115 of file move_probability/featureSet.cc.
References osl::eval::max().
| void osl::move_probability::FeatureSet::showSummary | ( | const double * | weights | ) | const |
Definition at line 175 of file move_probability/featureSet.cc.
References osl::move_probability::Feature::dimension(), osl::eval::max(), osl::eval::min(), and osl::move_probability::Feature::name().
boost::ptr_vector<Feature> osl::move_probability::FeatureSet::features [private] |
Definition at line 23 of file move_probability/featureSet.h.
Referenced by matchExp().
osl::vector<int> osl::move_probability::FeatureSet::light_features [private] |
Definition at line 24 of file move_probability/featureSet.h.
osl::vector<int> osl::move_probability::FeatureSet::offsets [private] |
Definition at line 24 of file move_probability/featureSet.h.
Referenced by dimension(), and matchExp().
1.7.6.1