actCache | EDAStar< state, action, verbose > | private |
DoIteration(SearchEnvironment< state, action > *env, action forbiddenAction, state &currState, std::vector< action > &thePath, double bound, double g) | EDAStar< state, action, verbose > | private |
EDAStar(double growthFactor) | EDAStar< state, action, verbose > | inline |
GetNodesExpanded() | EDAStar< state, action, verbose > | inline |
GetNodesTouched() | EDAStar< state, action, verbose > | inline |
GetPath(SearchEnvironment< state, action > *env, state from, state to, std::vector< action > &thePath) | EDAStar< state, action, verbose > | |
goal | EDAStar< state, action, verbose > | private |
growth | EDAStar< state, action, verbose > | private |
heuristic | EDAStar< state, action, verbose > | private |
nodesExpanded | EDAStar< state, action, verbose > | private |
nodesTouched | EDAStar< state, action, verbose > | private |
ResetNodeCount() | EDAStar< state, action, verbose > | inline |
SetHeuristic(Heuristic< state > *heur) | EDAStar< state, action, verbose > | inline |
solution | EDAStar< state, action, verbose > | private |
solutionCost | EDAStar< state, action, verbose > | private |
start | EDAStar< state, action, verbose > | private |
storedHeuristic | EDAStar< state, action, verbose > | private |
~EDAStar() | EDAStar< state, action, verbose > | inlinevirtual |