0 votes
in Artificial Intelligence by
What is the heuristic function of greedy best-first search?

(a) f(n) != h(n)

(b) f(n) < h(n)

(c) f(n) = h(n)

(d) f(n) > h(n)

I have been asked this question in a national level competition.

My question comes from Informed Search Strategy topic in division Problem Solving of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Right option is (c) f(n) = h(n)

The best I can explain: None.
...