Skip to content

Commit 63810c6

Browse files
antmarakisnorvig
authored andcommitted
Probability: Notebook + gibbs_ask test (aimacode#653)
* probability notebook * Update test_probability.py * Update README.md
1 parent 3ff5f40 commit 63810c6

File tree

3 files changed

+487
-217
lines changed

3 files changed

+487
-217
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Here is a table of algorithms, the figure, name of the algorithm in the book and
9797
| 14.13 | Prior-Sample | `prior_sample` | [`probability.py`][probability] | | Included |
9898
| 14.14 | Rejection-Sampling | `rejection_sampling` | [`probability.py`][probability] | Done | Included |
9999
| 14.15 | Likelihood-Weighting | `likelihood_weighting` | [`probability.py`][probability] | Done | Included |
100-
| 14.16 | Gibbs-Ask | `gibbs_ask` | [`probability.py`][probability] | | Included |
100+
| 14.16 | Gibbs-Ask | `gibbs_ask` | [`probability.py`][probability] | Done | Included |
101101
| 15.4 | Forward-Backward | `forward_backward` | [`probability.py`][probability] | Done | |
102102
| 15.6 | Fixed-Lag-Smoothing | `fixed_lag_smoothing` | [`probability.py`][probability] | Done | |
103103
| 15.17 | Particle-Filtering | `particle_filtering` | [`probability.py`][probability] | Done | |

0 commit comments

Comments
 (0)