Skip to content

Commit fbf8b4b

Browse files
committed
Update README, Julia compatibility.
1 parent 9c921a5 commit fbf8b4b

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
version:
19-
- '1.1' # Last supported
19+
- '1.3' # Last supported
2020
- '1' # Latest
2121
os:
2222
- ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1313
Distributions = "0.21, 0.22, 0.23, 0.24"
1414
Gen = "0.4.3"
1515
Parameters = "0.12"
16-
julia = "1.1"
16+
julia = "1.3"
1717

1818
[extras]
1919
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ backward kernels are specified [[1]](#1)
2828
- Custom priority weights for resampling, to control the aggressiveness of pruning [[3]](#3)
2929
- Metropolis-Hasting (i.e. move-accept) rejuvenation moves, to increase particle diversity [[4]](#4)
3030
- Move-reweight rejuvenation, which increases particle diversity while reweighting particles [[5]](#5)
31+
- Sequential Monte Carlo over a series of distinct models, via [trace translators](https://www.gen.dev/stable/ref/trace_translators/) [[6]](#6)
3132
- Utility functions to compute distributional statistics (e.g. mean and variance) for the inferred latent variables
3233

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

114115
<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.
116+
117+
<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 commit comments

Comments
 (0)