-*- mode:Text -*- Copyright 1992 Patrick H. Winston. All rights reserved. Version 1.1.1, transferred from master disk on 23 Apr 93 This file may reference other files containing copyrighted software. Any restrictions on the use of such software are described in the files containing that software. This file may be freely copied as long as this notice is kept intact. PURPOSE Provides program support for Chapter 8, Rules, Substrates, and Cognitive Modeling. Illustrates SOAR's preference system using a highway net. REMARKS This search procedures provided work by installing preference links and by using SOAR's preference mechanism on those links. Note that there is no recourse once an impasse is encountered; accordingly, if there are candidates for the next current state, one of those candidates is picked at random. PERFORMANCE EXPERIMENT 1 Examine the file prefer.exp. Run the search experiments by typing the following command to your lisp system: (load "prefer.exp") Alternatively, evaluate each Lisp expression in the file one at a time, noting what each does. PERFORMANCE EXPERIMENT 2 Run the search procedures with other initial and destination cities. SMALL-SCALE LISP PROJECT Implement hill climbing and best-first search varients.