0 votes
in Artificial Intelligence by
___________ algorithm keeps track of k states rather than just one.

(a) Hill-Climbing search

(b) Local Beam search

(c) Stochastic hill-climbing search

(d) Random restart hill-climbing search

I have been asked this question in a national level competition.

My question is based upon Local Search Problems and Optimization Problems in chapter 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
The correct answer is (b) Local Beam search

To explain: Refer to the definition of Local Beam Search algorithm.
...