| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| README | 2011-08-29 13:46 | 298 | ||
| agents-gui.lisp | 2011-08-29 13:46 | 4.2K | ||
| agents.fasl | 2011-08-29 13:46 | 8.7K | ||
| agents.lisp | 2011-08-29 13:46 | 3.3K | ||
| algorithms/ | 2011-08-29 13:46 | - | ||
| domains/ | 2011-08-29 13:46 | - | ||
| games.fasl | 2011-08-29 13:46 | 41K | ||
| games.lisp | 2011-08-29 13:46 | 6.3K | ||
| problems.fasl | 2011-08-29 13:46 | 63K | ||
| problems.lisp | 2011-08-29 13:46 | 7.9K | ||
| test.fasl | 2011-08-29 13:46 | 4.2K | ||
| test.lisp | 2011-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.