Lec 2 Flashcards
what is Depth-Limited-Search ?
1
what is the complexity of Depth-Limited-Search ?
2
what is iterative-Deeping-DFS?
3
what is the complexity of iterative-Deeping-DFS?
4
what is Best-First-Graph-Search?
5
what is uniform cost search?
6
how Best-First-Graph-Search is working ?
7
what is the performance of Uniform cost search
8
what is informed search ?
9
what is Heurstic cost function ?
10
what is Greedy best-first search ?
11
what is the performance of Greedy best-first search?
12
what is A*?
13
what is the performance of A*?
14
what is Admissible heuristic function?
15
what is consistent heuristic function?
16
prove the A* is optimal
17
מה ניתן להגיד על הקשר בין שלמות לבין אופטימליות
אם אלגוריתם הוא אופטימלי אז הוא שלם
מה ההבדל בין צומת שפותח לצומת שנוצר
the node in open list are the one that created but not developed , the nodes in closed list are the nodes that was developed( succ was applied)
מה ההבדל בין חיפוש בעץ לחיפוש בגרף
חיפוש בעץ לא בודק אם המצב פותח בעבר,כתוצאה נוצרים כפילויות.
לעומת זאת חיפוש בגרף מחזיק רשימה של מצבים שביקר בהם ומונע ביקור חוזר.
in what condition is uniform cost search is complete ?
if the cost function is non negative for every node