0 votes
in Artificial Intelligence by
What are the main cons of hill-climbing search?

(a) Terminates at local optimum & Does not find optimum solution

(b) Terminates at global optimum & Does not find optimum solution

(c) Does not find optimum solution & Fail to find a solution

(d) Fail to find a solution

This question was addressed to me in unit test.

This question is from Local Search Problems and Optimization Problems topic in portion Problem Solving of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Correct answer is (a) Terminates at local optimum & Does not find optimum solution

Explanation: Algorithm terminates at local optimum values, hence fails to find optimum solution.

Related questions

+1 vote
asked Jun 23, 2021 in Robotic Process Automation by SakshiSharma
0 votes
asked Nov 1, 2021 in Artificial Intelligence by DavidAnderson
...