Computer Science, asked by prasad7703, 11 months ago

Admissibility and consistency of heuristic function

Answers

Answered by Anonymous
2

\huge{\mathfrak{\purple{Answer}}}

->>

In computer science, specifically in algorithms related to pathfinding, a heuristic function is said to be admissible if it never overestimates the cost of reaching the goal, i.e. the cost it estimates to reach the goal is not higher than the lowest possible cost from the current point in the path.

Answered by Anonymous
2

Explanation:

In computer science, specifically in algorithms related to pathfinding, a heuristic function is said to be admissible if it never overestimates the cost of reaching the goal, i.e. the cost it estimates to reach the goal is not higher than the lowest possible cost from the current point in the path.

Similar questions