C# 클래스 AIMA.Core.Search.Informed.GreedyBestFirstEvaluationFunction

상속: EvaluationFunction
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net

공개 메소드들

메소드 설명
GreedyBestFirstEvaluationFunction ( HeuristicFunction hf ) : System
f ( Node n ) : double

메소드 상세

GreedyBestFirstEvaluationFunction() 공개 메소드

public GreedyBestFirstEvaluationFunction ( HeuristicFunction hf ) : System
hf HeuristicFunction
리턴 System

f() 공개 메소드

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