![]() |
||||||
![]() |
||||||
|
Next: Power of f Previous: Example A*Note that branch-and-bound (UCS) and best-first search both improve the search
Branch and bound makes sure that the solution path is low cost, and
A* combines these approaches, using the evaluation function f(n) = g(n) + h(n)
g(n) cost so far to reach n from initial state
The search is guided by the function f queue-fn is sort-by-f
|
|||||
|