InterviewSolution
Saved Bookmarks
| 1. |
Heuristic function h(n) is ________(a) Lowest path cost(b) Cheapest path from root to goal node(c) Estimated cost of cheapest path from root to goal node(d) Average path costThis question was posed to me during an interview.My question is based upon Informed Search and Exploration topic in section Problem Solving of Artificial Intelligence |
|
Answer» Correct answer is (C) Estimated COST of CHEAPEST path from root to GOAL node |
|