Package | Description |
---|---|
org.encog.ml.graph.search |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDestinationGoal |
Modifier and Type | Method and Description |
---|---|
SearchGoal |
GraphSearch.getGoal() |
SearchGoal |
AbstractGraphSearch.getGoal() |
Modifier and Type | Method and Description |
---|---|
double |
EuclideanCostEstimator.estimateCost(BasicNode startingNode,
SearchGoal goal) |
double |
CostEstimator.estimateCost(BasicNode startingNode,
SearchGoal goal) |
Constructor and Description |
---|
AbstractGraphSearch(BasicGraph theGraph,
BasicNode startingPoint,
SearchGoal theGoal) |
AStarSearch(BasicGraph theGraph,
BasicNode startingPoint,
SearchGoal theGoal,
CostEstimator theEstimator) |
BreadthFirstSearch(BasicGraph theGraph,
BasicNode startingPoint,
SearchGoal theGoal) |
DepthFirstSearch(BasicGraph theGraph,
BasicNode startingPoint,
SearchGoal theGoal) |
Copyright © 2014. All Rights Reserved.