Informed Methods

  • Algorithm A*

    Use the same evaluation function as used by Algorithm A except add the constraint that for all nodes n in the search space, h(n) <= h*(n), where h*(n) = the true cost of the minimal cost path from n to a goal.