InterviewSolution
Saved Bookmarks
| 1. |
What is the evaluation function in greedy approach?(a) Heuristic function(b) Path cost from start node to current node(c) Path cost from start node to current node + Heuristic cost(d) Average of Path cost from start node to current node and Heuristic costThis question was addressed to me in an online interview.The question is from Informed Search and Exploration in division Problem Solving of Artificial Intelligence |
|
Answer» The correct option is (a) Heuristic function |
|