CSCI 4511/6511
What is the state space?
Search problem includes:
State Space:
Actions & Successor States:
Graph:
Tree:
Graph:
Tree:
Given:
Do:
FIFO Queue
Complete
Optimal
\(O(b^d)\)
Nice features for equal-weight arcs:
Non-uniform costs \(\rightarrow\) BFS inappropriate.
😌
heuristic - adj - Serving to discover or find out.1
Consistent heuristics are admissible
Always reach each state on optimal path
Implications for inconsistent heuristic?
satisfy - verb - To give satisfaction; to afford gratification; to leave nothing to be desired.1
suffice - verb - To be enough, or sufficient; to meet the need (of anything)2
…
“IDA*” Search
Best-First Search:
Beam Search:
Stuart J. Russell and Peter Norvig. Artificial Intelligence: A Modern Approach. 4th Edition, 2020.
Stanford CS231
UC Berkeley CS188