next up previous
Next: Constraint Satisfaction Up: AI Key Concepts - Previous: AO* Algorithm

Means-Ends Analysis

Very loosely the means-ends analysis algorithm is:

  1. Until the goal is reached or no more procedures are available:
  2. If goal is reached then success otherwise fail.

See last year's course for numerous examples of this.



dave@cs.cf.ac.uk