HOG2
Public Member Functions | Public Attributes | List of all members
BOAStar< state, action, environment >::stateInfo Struct Reference

Public Member Functions

 stateInfo ()
 
bool Update (float v)
 

Public Attributes

float gmin
 

Detailed Description

template<class state, class action, class environment>
struct BOAStar< state, action, environment >::stateInfo

Definition at line 82 of file BOAStar.h.

Constructor & Destructor Documentation

◆ stateInfo()

template<class state , class action , class environment >
BOAStar< state, action, environment >::stateInfo::stateInfo ( )
inline

Definition at line 83 of file BOAStar.h.

References BOAStar< state, action, environment >::stateInfo::gmin, and max.

Member Function Documentation

◆ Update()

template<class state , class action , class environment >
bool BOAStar< state, action, environment >::stateInfo::Update ( float  v)
inline

Definition at line 84 of file BOAStar.h.

References fless(), BOAStar< state, action, environment >::stateInfo::gmin, and min().

Member Data Documentation

◆ gmin

template<class state , class action , class environment >
float BOAStar< state, action, environment >::stateInfo::gmin

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