0 votes
in Artificial Intelligence by
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 cost

This 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

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
Correct answer is (c) Estimated cost of cheapest path from root to goal node

The best explanation: Heuristic is an estimated cost.
...