Skip to content

Commit f0baacd

Browse files
Particle Gibbs with ancestor resampling (#32)
* PG AS - rough draft * Correct resampling * PG AS - rough draft * Correct resampling * Update log weights * Format * Bad merge * RNG * Add example to docs * Add sample script * Fix rng split edge case, unify model interface, comments from @yebai * rudimentary tests for pg-as * Fix @devmotion comments * Format, need a precommit ... * Simplify rng handling * Tests, names * Fix reference seed hack * Comment
1 parent cd05f0f commit f0baacd

File tree

14 files changed

+535
-1225
lines changed

14 files changed

+535
-1225
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AdvancedPS"
22
uuid = "576499cb-2369-40b2-a588-c64705576edc"
33
authors = ["TuringLang"]
4-
version = "0.4"
4+
version = "0.4.0"
55

66
[deps]
77
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"

0 commit comments

Comments
 (0)