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

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

Public Methods

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

Method Details

AStarEvaluationFunction() public method

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

f() public method

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