Package edu.columbia.cs.coms4701.search.uninformed.searchalgorithms

Uninformed search algorithm specifications.

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.
 

Package edu.columbia.cs.coms4701.search.uninformed.searchalgorithms Description

Uninformed search algorithm specifications.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: