Conclusion
- Take Home Points
- Describing a difficult problem with a search space can really
help find a solution.
- It's often not easy.
- Properties of the search space inform the selection of
search algorithms.
- Depth First Search is a simple exhaustive algorithm.
- There are lots of other search algorithms.
- Reading: For this lecture read Russell and Norvig Chapter 1 (pp
66-111)
- Reading: For next week read Russell and Norvig 2.1.4 (pp
129-132) and the
GA Wiki.