Q4Principles of Artificial Intelligence
Question
2 marks
Define admissible heuristic.
Answer
An admissible heuristic is an evaluation function that never overestimates the true cost to reach the goal from the current node.
An admissible heuristic is a heuristic function that never overestimates the true cost to reach the goal from the current node. It is inherently optimistic and ensures that optimal search algorithms like A* will always find the shortest path.