Unit 201 CSE AIDL Search Methods
Unit 201 CSE AIDL Search Methods
Artificial Intelligence
and Deep learning (AIDL)
UNIT-2-Part-1
SEARCHING METHODS
• Completeness
• Optimality
• Time Complexity
• Space Complexity
Uninformed Search Algorithms
• The uninformed search does not contain any
domain knowledge such as closeness, the
location of the goal.
• 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.