HOG2
SFIDAStar< state, action > Member List

This is the complete list of members for SFIDAStar< state, action >, including all inherited members.

DoIteration(SearchEnvironment< state, action > *env, state &currState, state &goalState, action forbiddenForwardAction, bool validForward, action forbiddenBackAction, bool validBack, std::vector< action > &thePath, double bound, double g)SFIDAStar< state, action >private
GetNodesExpanded()SFIDAStar< state, action >inline
GetNodesTouched()SFIDAStar< state, action >inline
GetPath(SearchEnvironment< state, action > *env, state from, state to, std::vector< state > &thePath)SFIDAStar< state, action >
GetPath(SearchEnvironment< state, action > *env, state from, state to, std::vector< action > &thePath)SFIDAStar< state, action >
nextBoundSFIDAStar< state, action >private
nodesExpandedSFIDAStar< state, action >private
nodesTouchedSFIDAStar< state, action >private
ResetNodeCount()SFIDAStar< state, action >inline
SFIDAStar()SFIDAStar< state, action >inline
ShouldSearchForward1(SearchEnvironment< state, action > *env, state &currState, state &goalState, double gCost, double bound)SFIDAStar< state, action >private
ShouldSearchForward2(SearchEnvironment< state, action > *env, state &currState, state &goalState, double gCost, double bound)SFIDAStar< state, action >private
UpdateNextBound(double currBound, double fCost)SFIDAStar< state, action >private
~SFIDAStar()SFIDAStar< state, action >inlinevirtual