title | tags | date | lastmod | |
---|---|---|---|---|
002 Search Strategies |
|
2022-11-07 |
2022-11-21 |
#moc
- Completeness: Does it always find a solution if one exists?
- Optimality: Does it always find the best solution? Shortest Path Problem
- Average Branching Factor: average number of successors of any node
$$ABF=No.of\ Nodes/No.of\ non\ leaf\ nodes$$ -
Uninformed Search
-
Informed Search (Heuristics)
d: depth of the optimal solution
m: maximum depth
l: cut off maximum depth