Index of /2001_2006/spring03/ai-stuff/textbook-lisp-code/search

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2018-01-26 19:54 528  
[DIR]agents/2018-01-26 19:54 -  
[DIR]algorithms/2018-01-26 19:54 -  
[DIR]domains/2018-01-26 19:54 -  
[DIR]environments/2018-01-26 19:54 -  
[   ]test-search.lisp2018-01-26 19:54 3.6K 
[   ]test-search.x86f2018-01-26 19:54 3.7K 

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.