nIdea: use an evaluation function f(n) for each
node
nestimate of "desirability"
àExpand most desirable unexpanded node
à
nImplementation:
n Order the nodes in fringe in decreasing order of desirability
n
nSpecial cases:
ngreedy best-first search
nA* search