Index of /lisp/search

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [DIR] agents/ 21-Apr-1997 14:19 - [DIR] algorithms/ 21-Apr-1997 14:19 - [DIR] domains/ 21-Apr-1997 14:19 - [DIR] 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.