1
53kviews
Define heuristic function. Give an example heuristics function for Blocks World Problem.
1 Answer
written 8.3 years ago by |
Heuristic Function is a function that estimates the cost of getting from one place to another (from the current state to the goal state.) Also called as simply a heuristic.
Used in a decision process to try to make the best choice of a list of possibilities (to choose the …