AI MCQ #247: When will Hill-Climbing algorithm terminate?

Q247. When will Hill-Climbing algorithm terminate?

  • a) Stopping criterion met
  • b) Global Min/Max is achieved
  • c) No neighbor has higher value
  • d) All of the mentioned

✅ Correct Answer: C) No neighbor has higher value

Explanation: When no neighbor is having higher value, algorithm terminates fetching local min/max.