What is best-first search and how does it estimate node promise?
Judea Pearl described best-first search as estimating the promise of node n by a heuristic evaluation function. This function depends on the description of n, the goal, information gathered during the search, and extra knowledge about the problem domain.