HOG2
Public Attributes | List of all members
IncrementalIDA< state, action >::currSearchState Struct Reference

Public Attributes

state currState
 
kSearchStatus status
 
double pathCost
 
std::vector< state > succ
 

Detailed Description

template<class state, class action>
struct IncrementalIDA< state, action >::currSearchState

Definition at line 50 of file IncrementalIDA.h.

Member Data Documentation

◆ currState

template<class state , class action >
state IncrementalIDA< state, action >::currSearchState::currState

Definition at line 51 of file IncrementalIDA.h.

◆ pathCost

template<class state , class action >
double IncrementalIDA< state, action >::currSearchState::pathCost

Definition at line 53 of file IncrementalIDA.h.

◆ status

template<class state , class action >
kSearchStatus IncrementalIDA< state, action >::currSearchState::status

Definition at line 52 of file IncrementalIDA.h.

◆ succ

template<class state , class action >
std::vector<state> IncrementalIDA< state, action >::currSearchState::succ

Definition at line 54 of file IncrementalIDA.h.


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