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

상속: AIMA.Core.Search.Framework.PrioritySearch
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net

공개 메소드들

메소드 설명
BestFirstSearch ( QueueSearch search, EvaluationFunction ef ) : System

보호된 메소드들

메소드 설명
getComparator ( ) : Comparator

메소드 상세

BestFirstSearch() 공개 메소드

public BestFirstSearch ( QueueSearch search, EvaluationFunction ef ) : System
search AIMA.Core.Search.Framework.QueueSearch
ef EvaluationFunction
리턴 System

getComparator() 보호된 메소드

protected getComparator ( ) : Comparator
리턴 Comparator