|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicPath | |
---|---|
org.encog.ml.graph | |
org.encog.ml.graph.search |
Uses of BasicPath in org.encog.ml.graph |
---|
Constructors in org.encog.ml.graph with parameters of type BasicPath | |
---|---|
BasicPath(BasicPath path,
BasicNode newNode)
|
Uses of BasicPath in org.encog.ml.graph.search |
---|
Methods in org.encog.ml.graph.search that return BasicPath | |
---|---|
BasicPath |
GraphSearch.getSolution()
|
BasicPath |
AbstractGraphSearch.getSolution()
|
BasicPath |
FrontierHolder.pop()
|
Methods in org.encog.ml.graph.search that return types with arguments of type BasicPath | |
---|---|
List<BasicPath> |
FrontierHolder.getContents()
|
Methods in org.encog.ml.graph.search with parameters of type BasicPath | |
---|---|
void |
FrontierHolder.add(BasicPath path)
|
double |
AStarSearch.calculatePathCost(BasicPath path)
|
boolean |
SearchGoal.isGoalMet(BasicPath path)
|
boolean |
SimpleDestinationGoal.isGoalMet(BasicPath path)
|
boolean |
BreadthFirstSearch.isHigherPriority(BasicPath first,
BasicPath second)
|
boolean |
Prioritizer.isHigherPriority(BasicPath first,
BasicPath second)
|
boolean |
AStarSearch.isHigherPriority(BasicPath first,
BasicPath second)
|
boolean |
DepthFirstSearch.isHigherPriority(BasicPath first,
BasicPath second)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |