Index of /archive/1999/fall/CS250/Code/AIMA/search

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html1999-09-24 15:44 549  
[   ]WS_FTP.LOG1999-09-24 15:44 1.1K 
[DIR]agents/2005-01-06 16:37 -  
[DIR]algorithms/2005-01-06 16:37 -  
[DIR]domains/2005-01-06 16:37 -  
[DIR]environments/2005-01-06 16:37 -  
[   ]test-search.fasl1999-11-05 15:39 4.4K 
[   ]test-search.lisp1999-09-24 15:44 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.