InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThe question was asked by my college professor while I was bunking the class.I need to ask this question from Local Search Problems and Optimization Problems in division Problem Solving of Artificial Intelligence |
|
Answer» The CORRECT option is (c) No neighbor has HIGHER VALUE |
|