

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A key property of a heuristic function is that it has to be admissible. By admissible we mean that the function never overestimates. In other ...
Typology: Lecture notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!
We will now look at three properties of heuristic functions: ◦ Informedness ◦ Admissible
Let’s consider the following heuristic function: h = 0. It is very optimistic, it always assumes we have reached the goal. However, it brings us back to uniform-cost search. It is just not as informed as the straight-line distance heuristic. As you can imagine, there are other heuristics that are more or less informed. Informedness can be visualized as the width of our ellipses, the smaller the width, the more informed a heuristic is.
A key property of a heuristic function is that it has to be admissible. By admissible we mean that the function never overestimates. In other words, it always has to underestimate the remaining cost.