Package | Description |
---|---|
org.encog.ml.graph | |
org.encog.ml.graph.search |
Constructor and Description |
---|
BasicPath(BasicPath path,
BasicNode newNode) |
Modifier and Type | Method and Description |
---|---|
BasicPath |
GraphSearch.getSolution() |
BasicPath |
AbstractGraphSearch.getSolution() |
BasicPath |
FrontierHolder.pop() |
Modifier and Type | Method and Description |
---|---|
List<BasicPath> |
FrontierHolder.getContents() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2014. All Rights Reserved.