C# Class AIMA.Core.Search.Informed.BestFirstSearch

Inheritance: AIMA.Core.Search.Framework.PrioritySearch
Show file Open project: PaulMineau/AIMA.Net

Public Methods

Method Description
BestFirstSearch ( QueueSearch search, EvaluationFunction ef ) : System

Protected Methods

Method Description
getComparator ( ) : Comparator

Method Details

BestFirstSearch() public method

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

getComparator() protected method

protected getComparator ( ) : Comparator
return Comparator