AI MCQ #252: ___________ algorithm keeps track of k states rather than just one.

Q252. ___________ algorithm keeps track of k states rather than just one.

  • a) Hill-Climbing search
  • b) Local Beam search
  • c) Stochastic hill-climbing search
  • d) Random restart hill-climbing search

✅ Correct Answer: B) Local Beam search

Explanation: Refer to the definition of Local Beam Search algorithm.