Package edu.columbia.cs.coms4701.search.online

Provides specifications for agent programs and problems in an "online" environment.

See:
          Description

Interface Summary
OnlineSearchProblem<K extends AgentAction,S extends AgentState> A formal description of the information available to an online search agent.
OnlineSearchProblemWithSuccessorFunction<K extends AgentAction,S extends AgentState> DESCRIPTION
 

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

Provides specifications for agent programs and problems in an "online" environment. Corresponds to section 4.5 of R&N.

Package Specification

Related Documentation

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