|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchGoal | |
|---|---|
| org.encog.ml.graph.search | |
| Uses of SearchGoal in org.encog.ml.graph.search |
|---|
| Classes in org.encog.ml.graph.search that implement SearchGoal | |
|---|---|
class |
SimpleDestinationGoal
|
| Methods in org.encog.ml.graph.search that return SearchGoal | |
|---|---|
SearchGoal |
GraphSearch.getGoal()
|
SearchGoal |
AbstractGraphSearch.getGoal()
|
| Methods in org.encog.ml.graph.search with parameters of type SearchGoal | |
|---|---|
double |
EuclideanCostEstimator.estimateCost(BasicNode startingNode,
SearchGoal goal)
|
double |
CostEstimator.estimateCost(BasicNode startingNode,
SearchGoal goal)
|
| Constructors in org.encog.ml.graph.search with parameters of type SearchGoal | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||