|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GreedyBestFirstSearchStrategy<K extends AgentAction,S extends AgentState>
A type of best-first search strategy which tries to expand the node that is closest to the goal.
Implementations should include an EvaluationFunction implementation (which?) and offer a constructor that accepts a HeuristicFunction.
Method Summary |
---|
Methods inherited from interface edu.columbia.cs.coms4701.search.informed.BestFirstSearchStrategy |
---|
getEvaluationFunction |
Methods inherited from interface edu.columbia.cs.coms4701.search.SearchStrategy |
---|
insert, isEmpty, removeFirst |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |