C# Class AIMA.Core.Search.Informed.GreedyBestFirstEvaluationFunction

Inheritance: EvaluationFunction
Show file Open project: PaulMineau/AIMA.Net

Public Methods

Method Description
GreedyBestFirstEvaluationFunction ( HeuristicFunction hf ) : System
f ( Node n ) : double

Method Details

GreedyBestFirstEvaluationFunction() public method

public GreedyBestFirstEvaluationFunction ( HeuristicFunction hf ) : System
hf HeuristicFunction
return System

f() public method

public f ( Node n ) : double
n AIMA.Core.Search.Framework.Node
return double