3.informed Searches
3.informed Searches
TO DO
Heuristics function
• takes the current state of the agent as its
input and produces the estimation of how
close agent is from the goal
• might not always give the best solution, but
guaranteed to find a good solution in
reasonable time
h(n) <= h*(n)
Here
h(n) is heuristic cost
h*(n) is the estimated cost.