InterviewSolution
Saved Bookmarks
| 1. |
What is the evaluation function in A* 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 costI have been asked this question in an online quiz.This key question is from Informed Search and Exploration topic in chapter Problem Solving of Artificial Intelligence |
|
Answer» The correct ANSWER is (c) Path cost from start NODE to current node + Heuristic cost |
|