1.

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 mentionedThis question was posed to me in quiz.The question is from Informed Search Strategy in chapter Problem Solving of Artificial Intelligence

Answer»

Right answer is (B) Best-first search

Explanation: The lowest expansion node is SELECTED because the evaluation MEASURES DISTANCE to the goal.



Discussion

No Comment Found

Related InterviewSolutions