HOG2
|
#include <HeuristicLearningMeasure.h>
Public Member Functions | |
stateData () | |
Public Attributes | |
state | theState |
double | initialHeuristic |
double | learnedHeuristic |
Definition at line 20 of file HeuristicLearningMeasure.h.
Definition at line 22 of file HeuristicLearningMeasure.h.
double stateData< state >::initialHeuristic |
Definition at line 24 of file HeuristicLearningMeasure.h.
double stateData< state >::learnedHeuristic |
Definition at line 25 of file HeuristicLearningMeasure.h.
Referenced by compareStateData< state >::operator()().
state stateData< state >::theState |
Definition at line 23 of file HeuristicLearningMeasure.h.
Referenced by FLRTA::FLRTAStar< state, action, environment >::IsDead(), and FLRTA::FLRTAStar< state, action, environment >::SetHCost().