HOG2
Public Member Functions | Public Attributes | List of all members
HLRTA::learnedData< state > Struct Template Reference

#include <HLRTAStar.h>

Public Member Functions

 learnedData ()
 

Public Attributes

state theState
 
state lastMove
 
bool validLastMove
 
double h1
 
double h2
 

Detailed Description

template<class state>
struct HLRTA::learnedData< state >

Definition at line 23 of file HLRTAStar.h.

Constructor & Destructor Documentation

◆ learnedData()

template<class state >
HLRTA::learnedData< state >::learnedData ( )
inline

Definition at line 24 of file HLRTAStar.h.

References HLRTA::learnedData< state >::validLastMove.

Member Data Documentation

◆ h1

template<class state >
double HLRTA::learnedData< state >::h1

Definition at line 31 of file HLRTAStar.h.

◆ h2

template<class state >
double HLRTA::learnedData< state >::h2

Definition at line 32 of file HLRTAStar.h.

◆ lastMove

template<class state >
state HLRTA::learnedData< state >::lastMove

Definition at line 29 of file HLRTAStar.h.

◆ theState

template<class state >
state HLRTA::learnedData< state >::theState

Definition at line 28 of file HLRTAStar.h.

◆ validLastMove

template<class state >
bool HLRTA::learnedData< state >::validLastMove

Definition at line 30 of file HLRTAStar.h.

Referenced by HLRTA::learnedData< state >::learnedData().


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