|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.search.informed.GreedyBestFirstEvaluationFunction
public class GreedyBestFirstEvaluationFunction
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 |
---|
public GreedyBestFirstEvaluationFunction()
Method Detail |
---|
public java.lang.Double getValue(Problem p, Node n)
getValue
in interface EvaluationFunction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |