HOG2
|
#include <LearningAlgorithm.h>
Public Member Functions | |
virtual double | GetAmountLearned ()=0 |
Public Member Functions inherited from GenericSearchAlgorithm< state, action, environment > | |
GenericSearchAlgorithm () | |
virtual | ~GenericSearchAlgorithm () |
virtual void | GetPath (environment *env, const state &from, const state &to, std::vector< state > &path)=0 |
virtual void | GetPath (environment *env, const state &from, const state &to, std::vector< action > &path)=0 |
virtual bool | InitializeSearch (environment *env, const state &from, const state &to, std::vector< state > &thePath) |
virtual bool | DoSingleSearchStep (std::vector< state > &thePath) |
virtual const char * | GetName ()=0 |
virtual uint64_t | GetNodesExpanded () const =0 |
virtual uint64_t | GetNodesTouched () const =0 |
virtual void | LogFinalStats (StatCollection *stats)=0 |
virtual void | OpenGLDraw () const |
virtual void | OpenGLDraw (const environment *env) const |
Definition at line 15 of file LearningAlgorithm.h.
|
pure virtual |
Implemented in FLRTA::FLRTAStar< state, action, environment >, gLSSLRTAStar< state, action, environment >, LSSLRTAStar< state, action, environment >, DALRTA::daLRTAStar< state, action, environment >, HLRTA::HLRTAStar< state, action, environment >, MPLRTA::MPLRTAStar, and LRTAStar< state, action, environment >.