0 votes
in Artificial Intelligence by
A heuristic is a way of trying ___________

(a) To discover something or an idea embedded in a program

(b) To search and measure how far a node in a search tree seems to be from a goal

(c) To compare two nodes in a search tree to see if one is better than another

(d) All of the mentioned

I have been asked this question in a job interview.

My question is taken from Informed Search and Exploration in section 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
The correct answer is (d) All of the mentioned

Explanation: In a heuristic approach, we discover certain idea and use heuristic functions to search for a goal and predicates to compare nodes.
...