1.

Hill-Climbing approach stuck for which of the following reasons?(a) Local maxima(b) Ridges(c) Plateaux(d) All of the mentionedI had been asked this question in a job interview.My question is taken from Local Search Problems and Optimization Problems in portion Problem Solving of Artificial Intelligence

Answer»

Correct option is (d) All of the mentioned

For explanation: Local maxima: a local maximum is a PEAK that is higher than each of its neighboring states, but lower than the global maximum.Ridges: Ridges result in a SEQUENCE of local maxima that is very difficult for greedy ALGORITHMS to NAVIGATE. Plateaux: a plateau is an area of the state space landscape where the evaluation function is flat.



Discussion

No Comment Found

Related InterviewSolutions