HOG2
|
#include <HLRTAStar.h>
Public Member Functions | |
learnedData () | |
Public Attributes | |
state | theState |
state | lastMove |
bool | validLastMove |
double | h1 |
double | h2 |
Definition at line 23 of file HLRTAStar.h.
|
inline |
Definition at line 24 of file HLRTAStar.h.
References HLRTA::learnedData< state >::validLastMove.
double HLRTA::learnedData< state >::h1 |
Definition at line 31 of file HLRTAStar.h.
double HLRTA::learnedData< state >::h2 |
Definition at line 32 of file HLRTAStar.h.
state HLRTA::learnedData< state >::lastMove |
Definition at line 29 of file HLRTAStar.h.
state HLRTA::learnedData< state >::theState |
Definition at line 28 of file HLRTAStar.h.
bool HLRTA::learnedData< state >::validLastMove |
Definition at line 30 of file HLRTAStar.h.
Referenced by HLRTA::learnedData< state >::learnedData().