Introduction to Artificial Intelligence
Worksheet #5B
AStar (A*) Search - Part 2, Using UPDATE-OPEN
Trace from Av to Nan (Avignon to Nantes)

  1. For A* part two, use an updated version of the A* search: astar2000.lsp.
    NOTE: This code uses the complete names of the cities, for instance, Ren to Av is Rennes to Avignon.

  2. In order to see the an example of the effects of UPDATE-OPEN,
    trace the path from Avignon to Nantes. The first step of this path can be
    is shown on a tracing table.

  3. The trace of this path is much more involved than a path for Av to To,
    for example. The overall route that you find should follow this sequence:
  4. Hand in your detailed description - along with the values for
    f, g, and h - of the trace from Av to Nan.