1
CSAL3243 : Artificial
Intelligence
2
Lecture 6: A* Algorithm
Dr Tariq
A*
3
WORKING
4
5
6
7
8
9
10
11
12
13
14
15
• Admissible heuristics
• A heuristic h(n) is admissible if for every node n, h(n) ≤
h*(n), where h*(n) is the true cost to reach the goal state
from n
• e.g., Straight-Line Distance an admissible heuristic never
overestimates the cost to reach the goal, i.e., it is
optimistic
16

Lecture 8.pptx