C# 클래스 numl.AI.Functions.Heuristic

Default Heuristic function.
상속: IHeuristicFunction
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

메소드 설명
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