1.

Greedy search strategy chooses the node for expansion in ___________(a) Shallowest(b) Deepest(c) The one closest to the goal node(d) Minimum heuristic costI have been asked this question in quiz.This key question is from Informed Search and Exploration topic in chapter Problem Solving of Artificial Intelligence

Answer»

The correct choice is (c) The ONE closest to the goal node

To explain: Sometimes minimum heuristics can be used, sometimes maximum heuristics function can be used. It DEPENDS UPON the application on which the ALGORITHM is APPLIED.



Discussion

No Comment Found

Related InterviewSolutions