org.encog.ml.graph.search
Class EuclideanCostEstimator

java.lang.Object
  extended by org.encog.ml.graph.search.EuclideanCostEstimator
All Implemented Interfaces:
CostEstimator

public class EuclideanCostEstimator
extends Object
implements CostEstimator


Constructor Summary
EuclideanCostEstimator()
           
 
Method Summary
 double estimateCost(BasicNode startingNode, SearchGoal goal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EuclideanCostEstimator

public EuclideanCostEstimator()
Method Detail

estimateCost

public double estimateCost(BasicNode startingNode,
                           SearchGoal goal)
Specified by:
estimateCost in interface CostEstimator


Copyright © 2014. All Rights Reserved.