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

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]test-search.lisp1999-01-05 09:30 3.7K 
[   ]test-search.fasl1999-01-18 15:51 4.0K 
[DIR]environments/2005-01-06 16:38 -  
[DIR]domains/2005-01-06 16:38 -  
[DIR]algorithms/2005-01-06 16:38 -  
[DIR]agents/2005-01-06 16:38 -  
[TXT]README.html1999-01-05 09:30 549  

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.