CSci 356 - Lab 3

Purpose: The purpose of this lab is to try out the AIPython Chapter 3 implementation of AStarSearcher.

Exercise.

In this exercise we'll get a jump on doing Homework 2, Programming Part #4.

Follow these steps to run AStarSearcher on the example graphs:

  1. Load searchGeneric.py into an editor. Find the commented out instructions starting at line 160.
     
  2. Run ipython -i searchGeneric.py, which initializes the environment and Search class
     
  3. At the prompt, run the searchGeneric examples (searcher2 and searcher4). Run the search method on the first one until there are no more solutions. Run the search method on the second one (the cyclic graphs) up to 10 times...there are many possible solutions to this one!
     
  4. Take screenshots of the results and post to BrightSpace; you've just completed Question 4!
     
  5. Show your results to the instructor before you leave.