Let h(n) denote heuristic function and g(n) denote cost, the evaluation function f(n) used by Greedy search is
A、f(n)=h(n);
B、f(n)=g(n);
C、f(n)=g(n)+h(n);
D、f(n)=g(n)-h(n)
发布时间:2025-07-27 00:39:08
A、f(n)=h(n);
B、f(n)=g(n);
C、f(n)=g(n)+h(n);
D、f(n)=g(n)-h(n)