InterviewSolution
Saved Bookmarks
| 1. |
_______________ Is an algorithm, a loop that continually moves in the direction of increasing value – that is uphill.(a) Up-Hill Search(b) Hill-Climbing(c) Hill algorithm(d) Reverse-Down-Hill searchI had been asked this question in an interview for internship.Query is from Local Search Problems and Optimization Problems in section Problem Solving of Artificial Intelligence |
|
Answer» Right ANSWER is (B) Hill-Climbing |
|