Multiple choice

__________ is a useful variation on Simple Hill-Climbing that considers all the moves from the current state and selects the best one as the next state.

  1. Complex Hill-Climbing

  2. Steepest-Ascent Hill-Climbing

  3. Simulated Annealing

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Steepest-Ascent Hill-Climbing evaluates all possible successors of the current state and chooses the one that provides the greatest improvement, rather than just taking the first better move found.