public class GreedyBestFirstEvaluationFunction extends HeuristicEvaluationFunction
hf| Constructor and Description |
|---|
GreedyBestFirstEvaluationFunction()
Note: Do not forget to heuristic function before starting the search!
|
GreedyBestFirstEvaluationFunction(HeuristicFunction hf) |
| Modifier and Type | Method and Description |
|---|---|
double |
f(Node n) |
getHeuristicFunction, setHeuristicFunctionpublic GreedyBestFirstEvaluationFunction(HeuristicFunction hf)
public GreedyBestFirstEvaluationFunction()
public double f(Node n)