HOG2
Public Attributes | List of all members
DelayedHeuristicAStar< state, action, environment, batchHeuristic, openList >::tempData Struct Reference

Public Attributes

state s
 
uint64_t hash
 
double g
 
uint64_t parent
 

Detailed Description

template<class state, class action, class environment, class batchHeuristic = HeuristicLookupBuffer<state, environment>, class openList = AStarOpenClosed<state, AStarCompareWithF<state>, AStarOpenClosedDataWithF<state>>>
struct DelayedHeuristicAStar< state, action, environment, batchHeuristic, openList >::tempData

Definition at line 171 of file DelayedHeuristicAStar.h.

Member Data Documentation

◆ g

template<class state , class action , class environment , class batchHeuristic = HeuristicLookupBuffer<state, environment>, class openList = AStarOpenClosed<state, AStarCompareWithF<state>, AStarOpenClosedDataWithF<state>>>
double DelayedHeuristicAStar< state, action, environment, batchHeuristic, openList >::tempData::g

Definition at line 176 of file DelayedHeuristicAStar.h.

◆ hash

template<class state , class action , class environment , class batchHeuristic = HeuristicLookupBuffer<state, environment>, class openList = AStarOpenClosed<state, AStarCompareWithF<state>, AStarOpenClosedDataWithF<state>>>
uint64_t DelayedHeuristicAStar< state, action, environment, batchHeuristic, openList >::tempData::hash

Definition at line 175 of file DelayedHeuristicAStar.h.

◆ parent

template<class state , class action , class environment , class batchHeuristic = HeuristicLookupBuffer<state, environment>, class openList = AStarOpenClosed<state, AStarCompareWithF<state>, AStarOpenClosedDataWithF<state>>>
uint64_t DelayedHeuristicAStar< state, action, environment, batchHeuristic, openList >::tempData::parent

Definition at line 177 of file DelayedHeuristicAStar.h.

◆ s

template<class state , class action , class environment , class batchHeuristic = HeuristicLookupBuffer<state, environment>, class openList = AStarOpenClosed<state, AStarCompareWithF<state>, AStarOpenClosedDataWithF<state>>>
state DelayedHeuristicAStar< state, action, environment, batchHeuristic, openList >::tempData::s

Definition at line 174 of file DelayedHeuristicAStar.h.


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