Commit Graph

7 Commits

Author SHA1 Message Date
Roger Labbe
fc7c174999 update() and predict() alter in place.
I made the update() and predict() functions alter the belief array
in place rather than returning the value in a new array. I find this
far more readable and less error prone.
2014-12-20 20:56:23 -08:00
Roger Labbe
17b30bc395 Renamed variables to improve understanding.
I used p and pos for the belief in position, which can be a bit
confusing.
2014-12-20 20:33:44 -08:00
Roger Labbe
b7f798ef74 Fixed typo. 2014-12-20 13:55:33 -08:00
Roger Labbe
6ea738ef50 Proofreading changes.
A kind reader suggested these corrections.
2014-12-07 16:30:17 -08:00
Roger Labbe
4755c46714 PEP-8 compliance. 2014-12-01 09:18:41 -08:00
Roger Labbe
3367806b07 Layout changes to make PDF read better.
Mostly just shortening lines of code. There was a SymPy font render issue as well.
2014-11-16 11:24:59 -08:00
Roger Labbe
64691d36a2 Renamed Chapters
Renamed chapters to make them easier to work with from the command line
using tab completion.
2014-09-28 10:40:06 -07:00