Index of /~aldo.vw/func/russel-norvig-code/search

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2016-06-15 05:20 528  
[DIR]agents/2016-06-15 05:20 -  
[DIR]algorithms/2016-06-15 05:20 -  
[DIR]domains/2016-06-15 05:20 -  
[DIR]environments/2016-06-15 05:20 -  
[   ]test-search.lisp2016-06-15 05:20 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.