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

Provides specifications for general search algorithms.

See:
          Description

Interface Summary
GraphSearch<K extends AgentAction,S extends AgentState> A variation on the TreeSearch which maintains a closed list of every expanded node.
TreeSearch<K extends AgentAction,S extends AgentState> A search algorithm which can explore a state space that is a tree, i.e.
 

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

Provides specifications for general search algorithms.

Package Specification

Related Documentation

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