AIMA Artificial Intelligence a modern approch

AIMA-exercises is an open-source community of students, instructors and developers. Anyone can add an exercise, suggest answers to existing questions, or simply help us improve the platform. We accept contributions on this github repository.

Exercise 4.1

Give the name of the algorithm that results from each of the following special cases:

  1. Local beam search with $k = 1$.

  2. Local beam search with one initial state and no limit on the number of states retained.

  3. Simulated annealing with $T = 0$ at all times (and omitting the termination test).

  4. Simulated annealing with $T=\infty$ at all times.

  5. Genetic algorithm with population size $N = 1$.

View Answer