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

Inheritance: EvaluationFunction
Afficher le fichier Open project: PaulMineau/AIMA.Net

Méthodes publiques

Méthode Description
GreedyBestFirstEvaluationFunction ( HeuristicFunction hf ) : System
f ( Node n ) : double

Method Details

GreedyBestFirstEvaluationFunction() public méthode

public GreedyBestFirstEvaluationFunction ( HeuristicFunction hf ) : System
hf HeuristicFunction
Résultat System

f() public méthode

public f ( Node n ) : double
n AIMA.Core.Search.Framework.Node
Résultat double