New Course
Concept
Consistent Heuristic
Follow
0
Summary
A
consistent heuristic
is one where the
estimated cost
from the
current node
to the goal is always less than or equal to the cost from the
current node
to a neighbor plus the
estimated cost
from the neighbor to the goal. This property ensures that the A*
A* search algorithm
using this heuristic is both optimal and efficient, as it prevents the algorithm from
revisiting nodes
unnecessarily.
Relevant Degrees
Theory of Knowledge 60%
Operational Research 30%
Computer Science and Data Processing 10%
Generate Assignment Link
Lessons
Concepts
Suggested Topics
Foundational Courses
Your Lessons
Your lessons will appear here when you're logged in.
Log In
Sign up
3