Package csli.util.search

Interface Summary
SearchState<S extends SearchState<S>> Interface for a single search state.
TabuList<E extends SearchState>  
 

Class Summary
AbstractSearchState<S extends AbstractSearchState<S>> Provides a comparator that sorts states in descending order of score.
MapState An example SearchState implementation, in which each state represents a path to a particular location on the WorldMap.
Search<E extends SearchState<E>> N-best heuristic search.
WorldMap Sample application using the Search class.