Let h(n) denote heuristic function and g(n) denote cost, the evaluation function f(n) used by A* search is:? f(n) = g(n) + h(n)|f(n) = h(n)|f(n) = g(n)|f(n) = g(n) - h(n)
Let h(n) denote heuristic function and g(n) denote cost, the evaluation function f(n) used by A* search is:? f(n) = g(n) + h(n)|f(n) = h(n)|f(n) = g(n)|f(n) = g(n) - h(n)
发布时间:2024-09-25 17:32:54