aima.search.informed
Class GreedyBestFirstEvaluationFunction

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

public class GreedyBestFirstEvaluationFunction
extends java.lang.Object
implements EvaluationFunction


Constructor Summary
GreedyBestFirstEvaluationFunction()
           
 
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

GreedyBestFirstEvaluationFunction

public GreedyBestFirstEvaluationFunction()
Method Detail

getValue

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