HOG2
Public Member Functions | Public Attributes | List of all members
stateData< state > Class Template Reference

#include <HeuristicLearningMeasure.h>

Public Member Functions

 stateData ()
 

Public Attributes

state theState
 
double initialHeuristic
 
double learnedHeuristic
 

Detailed Description

template<class state>
class stateData< state >

Definition at line 20 of file HeuristicLearningMeasure.h.

Constructor & Destructor Documentation

◆ stateData()

template<class state >
stateData< state >::stateData ( )
inline

Definition at line 22 of file HeuristicLearningMeasure.h.

Member Data Documentation

◆ initialHeuristic

template<class state >
double stateData< state >::initialHeuristic

Definition at line 24 of file HeuristicLearningMeasure.h.

◆ learnedHeuristic

template<class state >
double stateData< state >::learnedHeuristic

Definition at line 25 of file HeuristicLearningMeasure.h.

Referenced by compareStateData< state >::operator()().

◆ theState

template<class state >
state stateData< state >::theState

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