|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
DepthLimitedSearch<K extends AgentAction,S extends AgentState> | A tree search with a predetermined depth limit. |
IterativeDeepeningSearch<K extends AgentAction,S extends AgentState> | A general strategy often used in combination with DepthLimitedSearch, which gradually increases the limit. |
Exception Summary | |
---|---|
DepthCutoffSearchFailureException | A search failure resulting from a depth cutoff in a depth limited search. |
Uninformed search algorithm specifications.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |