Sep 10
chap 3 : search
Discuss homework.
For the vacuum world, discuss evaluation of agents:
since the world generation is random, you'd need
to do multiple trials and compute the mean
and (perhaps) standard deviation, eh?
Go over the topspin search.
Jim's code using the AIMA search.py
(which does the heaviy lifting) is
in
topspin8.py .
Discuss/review the algorithm.
chap 4, 5 : more searching tricks
Discuss content from the text
- 8 queens
- genetic
- games, randomness in search
Decide what we're doing for next week
to finish the search stuff.
I'd like to skip chap 6 (constrained search - Sudoku, for example
in the interests of time.