C# Класс numl.AI.Functions.Heuristic

Default Heuristic function.
Наследование: IHeuristicFunction
Показать файл Открыть проект

Открытые методы

Метод Описание
Compute ( IState state ) : double

Computes the default heuristic value for the given state.

Описание методов

Compute() публичный Метод

Computes the default heuristic value for the given state.
public Compute ( IState state ) : double
state IState Current state.
Результат double