aima.search.informed
Class AStarEvaluationFunction

java.lang.Object
  extended by aima.search.informed.AStarEvaluationFunction
All Implemented Interfaces:
EvaluationFunction

public class AStarEvaluationFunction
extends java.lang.Object
implements EvaluationFunction


Constructor Summary
AStarEvaluationFunction()
           
 
Method Summary
 java.lang.Double getValue(Problem p, Node n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AStarEvaluationFunction

public AStarEvaluationFunction()
Method Detail

getValue

public java.lang.Double getValue(Problem p,
                                 Node n)
Specified by:
getValue in interface EvaluationFunction