Unit - 201 - Informed Search Algorithms
Unit - 201 - Informed Search Algorithms
• The heuristic method, however, might not always give the best
solution, but it guaranteed to find a good solution in reasonable time.
Points to remember:
A* algorithm returns the path which occurred first, and it does not search for all remaining
paths.
The efficiency of A* algorithm depends on the quality of heuristic.
A* algorithm expands all nodes which satisfy the condition f(n)<="" li="">
•Admissible: the first condition requires for optimality is that h(n) should be an admissible
•heuristic for A* tree search. An admissible heuristic is optimistic in nature.