Skip to content

Commit

Permalink
Update README, Julia compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
ztangent committed Apr 2, 2021
1 parent 9c921a5 commit fbf8b4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.1' # Last supported
- '1.3' # Last supported
- '1' # Latest
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Distributions = "0.21, 0.22, 0.23, 0.24"
Gen = "0.4.3"
Parameters = "0.12"
julia = "1.1"
julia = "1.3"

[extras]
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ backward kernels are specified [[1]](#1)
- Custom priority weights for resampling, to control the aggressiveness of pruning [[3]](#3)
- Metropolis-Hasting (i.e. move-accept) rejuvenation moves, to increase particle diversity [[4]](#4)
- Move-reweight rejuvenation, which increases particle diversity while reweighting particles [[5]](#5)
- Sequential Monte Carlo over a series of distinct models, via [trace translators](https://www.gen.dev/stable/ref/trace_translators/) [[6]](#6)
- Utility functions to compute distributional statistics (e.g. mean and variance) for the inferred latent variables

## Example
Expand Down Expand Up @@ -112,3 +113,5 @@ We see that the filter accurately infers a change in motion from `t=5` to `t=6`.
<a id="4">[4]</a> N. Chopin, “A sequential particle filter method for static models,” Biometrika 89.3, 2000, pp. 539-552.

<a id="5">[5]</a> R. A. G. Marques and G. Storvik, "Particle move-reweighting strategies for online inference," Preprint series. Statistical Research Report, 2013.

<a id="6">[6]</a> M. Cusumano-Towner, B. Bichsel, T. Gehr, M. Vechev, and V. K. Mansinghka, “Incremental inference for probabilistic programs,” in Proceedings of the 39th ACM SIGPLAN Conference on Programming Language Design and Implementation, Philadelphia PA USA, Jun. 2018, pp. 571–585.

0 comments on commit fbf8b4b

Please sign in to comment.