org.encog.ml.graph.search
public class AStarSearch extends AbstractGraphSearch
Constructor and Description |
---|
AStarSearch(BasicGraph theGraph,
BasicNode startingPoint,
SearchGoal theGoal,
CostEstimator theEstimator) |
Modifier and Type | Method and Description |
---|---|
double |
calculatePathCost(BasicPath path) |
CostEstimator |
getEstimator() |
boolean |
isHigherPriority(BasicPath first,
BasicPath second) |
getGoal, getGraph, getSolution, iteration
public AStarSearch(BasicGraph theGraph, BasicNode startingPoint, SearchGoal theGoal, CostEstimator theEstimator)
public CostEstimator getEstimator()
public double calculatePathCost(BasicPath path)
Copyright © 2014. All Rights Reserved.