APPLICATION OF SUPERVISED LEARNING
ARTIFICIAL INTELLIGENCE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which statement is valid for the Heuristic function?
|
The heuristic function is used to solve mathematical problems.
|
|
The heuristic function takes parameters of type string and returns an integer value.
|
|
The heuristic function does not have any return type.
|
|
The heuristic function calculates the cost of an optimal path between the pair of states.
|
Explanation:
Detailed explanation-1: -Hill climbing is often used when a good heuristic function is available for evaluating states but when no other useful knowledge is available. The key difference between Simple Hill Climbing and Generate-and-test is the use of evaluation function as a way to inject task specific knowledge into the control process.
Detailed explanation-2: -A heuristic is a function that outlines from problem state description to measures desirability, usually represented as number weights. The value of a heuristic function at a given node in the search process gives a good estimate of that node being on the desired path to the solution.
There is 1 question to complete.