|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IterativeDeepeningSearch<K extends AgentAction,S extends AgentState>
A general strategy often used in combination with DepthLimitedSearch, which gradually increases the limit.
Implementations should offer a constructor that accepts a DepthLimitedSearch implementation, or create a particular implementation at construction time.
Implementations should catch and handle a DepthCutoffSearchFailureException in the underlying DepthLimitedSearch, since a failure at a particular depth limit does not imply failure for this outer algorithm.
Method Summary |
---|
Methods inherited from interface edu.columbia.cs.coms4701.search.SearchAlgorithm |
---|
search |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |