aima.search.framework
Interface EvaluationFunction

All Known Implementing Classes:
AStarEvaluationFunction, GreedyBestFirstEvaluationFunction

public interface EvaluationFunction


Method Summary
 java.lang.Double getValue(Problem p, Node n)
           
 

Method Detail

getValue

java.lang.Double getValue(Problem p,
                          Node n)