Let h(n) denote heuristic function and g(n) denote cost, the evaluation function  f(n) used by Greedy search is:设h(n)表示启发式函数且g(n)表示代价,则贪婪搜索所使用的评价函数是


Let h(n) denote heuristic function and g(n) denote cost, the evaluation function  f(n) used by Greedy search is:设h(n)表示启发式函数且g(n)表示代价,则贪婪搜索所使用的评价函数是

A.f(n) = h(n)

B.f(n) = g(n)

C.f(n) = g(n) + h(n)

D.f(n) = g(n) - h(n)

正确答案:f(n) = h(n)


Tag:人工智能原理 函数 启发式 时间:2022-01-15 21:44:22

相关答案