Index of /lisp/search

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[DIR]agents/ 1997-04-21 14:19 -  
[DIR]algorithms/ 1997-04-21 14:19 -  
[DIR]domains/ 1997-04-21 14:19 -  
[DIR]environments/ 1997-04-21 14:19 -  
[   ]test-search.lisp 1996-08-27 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.