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