C# Class numl.AI.Functions.Heuristic

Default Heuristic function.
Inheritance: IHeuristicFunction
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
Compute ( IState state ) : double

Computes the default heuristic value for the given state.

Method Details

Compute() public méthode

Computes the default heuristic value for the given state.
public Compute ( IState state ) : double
state IState Current state.
Résultat double