Uses of Interface
org.encog.ml.graph.search.CostEstimator

Packages that use CostEstimator
org.encog.ml.graph.search   
 

Uses of CostEstimator in org.encog.ml.graph.search
 

Classes in org.encog.ml.graph.search that implement CostEstimator
 class EuclideanCostEstimator
           
 

Methods in org.encog.ml.graph.search that return CostEstimator
 CostEstimator AStarSearch.getEstimator()
           
 

Constructors in org.encog.ml.graph.search with parameters of type CostEstimator
AStarSearch(BasicGraph theGraph, BasicNode startingPoint, SearchGoal theGoal, CostEstimator theEstimator)
           
 



Copyright © 2014. All Rights Reserved.