aimacode / aima-python

Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
8.07k stars 3.81k forks source link

fixed fixed_lag_smoothing #1261

Open shengmincui opened 2 years ago

shengmincui commented 2 years ago

I found that the fixed_lag_smoothing() function in the code probability.py does not implement the persistence of the arguments. We wrote the fixed lag smoothing algorithm as a class and implemented the persistence of f, B, and t.