4-Uninformed Search-part2
4-Uninformed Search-part2
DFS
1
3.DFS
2
DFS
3
DFS
4
DFS
5
DFS
6
DFS
7
DFS
8
DFS
9
DFS, evaluation
3. Depth-first search(DFS)
❖ Optimal? No
7
DFS, evaluation
❖ DFS would require 156 kilobytes instead of 10 exabytes at depth d = 16, a factor of
7 trillion times less space.
12
DFS-based BACKTRACKING SEARCH
❖Why??
13
DFS, Example
14
4. Depth-limited search
✓ DLS is nonoptimal--when??
15
5. Iterative Deepening Search(IDS)
17
IDS
9
IDS
19
IDS
20
IDS
21
IDS
22
IDS
23
IDS
24
IDS
25
IDS
26
IDS
27
IDS
28
IDS
29
IDS
30
31
IDS, evaluation
❖ Complete? Yes
9
IDS
33
6. Bidirectional search (BDS)
35
BDS
36
Applications
37
Comparing uninformed search strategies
38
Quiz
41