CS 444 Artificial Intelligence

Spring 2021

Mastery Quiz 1

The following material will be on the mastery quiz 1:
  • Local Search
    • Hill Climbers (first-choice and steepest ascent)
    • Simulated Annealing (SA)
    • Genetic Algorithms
  • Constraint Satisifaction Problems
    • Define CSP components and map them back to generic search
    • Backtracking search
    • Forward Checking