0
8.8kviews
Write note on: Properties of Heuristic function and its role in AI.
1 Answer
| written 7.2 years ago by |
The heuristic function is a way to inform the search about the direction to a goal.
It provides an informed way to guess which neighbor of a node will lead to a goal. It must use only information that can be readily obtained about a node
The objective of a …