|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DepthFirstSearchStrategy<K extends AgentAction,S extends AgentState>
Search strategy that always expands the deepest node in the current fringe of the search tree.
Could be implemented with a LIFO queue (stack)
Method Summary |
---|
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 |