Some useful ways to think about good heuristics:
- If h1 and h2 are admissible heuristics, then
is admissible (and of no lesser quality).
- ``Relaxations'' often produce good heuristics: if cost is a
function of some constraints on nodes, then constraint-free distance
is admissible (Manhattan distance in 8 puzzle).
Next: Varying Quality
Up: A*
Previous: Running Time