Index of /lisp/search
Name Last modified Size Description
Parent Directory -
agents/ 21-Apr-1997 14:19 -
algorithms/ 21-Apr-1997 14:19 -
domains/ 21-Apr-1997 14:19 -
environments/ 21-Apr-1997 14:19 -
test-search.lisp 27-Aug-1996 16:11 3.6K
Search (Subsystem of AIMA Code)
Search (Subsystem of AIMA Code)
The search subsystem contains code from part II on problem
solving, search, and game-playing. The main data type is the
problem. each new type of problem needs a representation for
states, a successor function, and a goal test. You can find examples
of this in the domains subdirectory.