Index of /~TDDC17/sw/aima/search

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README2011-08-29 13:46 298  
[   ]agents-gui.lisp2011-08-29 13:46 4.2K 
[   ]agents.fasl2011-08-29 13:46 8.7K 
[   ]agents.lisp2011-08-29 13:46 3.3K 
[DIR]algorithms/2011-08-29 13:46 -  
[DIR]domains/2011-08-29 13:46 -  
[   ]games.fasl2011-08-29 13:46 41K 
[   ]games.lisp2011-08-29 13:46 6.3K 
[   ]problems.fasl2011-08-29 13:46 63K 
[   ]problems.lisp2011-08-29 13:46 7.9K 
[   ]test.fasl2011-08-29 13:46 4.2K 
[   ]test.lisp2011-08-29 13:46 3.3K 

This directory defines the PROBLEM data type, and algorithms for
searching for the solution to a problem.  In addition, we show how to
use such a search algorithm as a component in a search-based agent: an
agent that searches for a solution and then executes the actions that
make up the solution.