0 votes
in Artificial Intelligence by
Which function will select the lowest expansion node at first for evaluation?

(a) Greedy best-first search

(b) Best-first search

(c) Depth-first search

(d) None of the mentioned

This question was posed to me in quiz.

The question is from Informed Search Strategy 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
Right answer is (b) Best-first search

Explanation: The lowest expansion node is selected because the evaluation measures distance to the goal.

Related questions

0 votes
asked Nov 1, 2021 in Artificial Intelligence by DavidAnderson
0 votes
asked Oct 23, 2021 in Artificial Intelligence by DavidAnderson
...