1.

The name “best-first search” is a venerable but inaccurate one. After all, if we could really expand the best node first, it would not be a search at all; it would be a straight march to the goal. All we can do is choose the node that appears to be best according to the evaluation function.(a) True(b) FalseThe question was posed to me in a job interview.The above asked question is from Informed Search and Exploration topic in section Problem Solving of Artificial Intelligence

Answer»

Correct CHOICE is (a) True

To explain: If the EVALUATION function is exactly accurate, then this will indeed be the best NODE; in reality, the evaluation function will sometimes be off, and can LEAD the search ASTRAY.



Discussion

No Comment Found

Related InterviewSolutions