Releases: probcomp/GenParticleFilters.jl
Releases · probcomp/GenParticleFilters.jl
v0.2.3
v0.2.2
- Several new particle filter resizing operations, including:
pf_introduce!
for introducing new particles to a particle filter, optionally sampled from a proposal distributionpf_coalesce!
for combining choicemap-equivalent or identical particles into a single particlepf_optimal_resize!
for the optimal resizing algorithm of Fearnhead and Clifford (2003)
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
New Features
- Stratified particle initialization and updating
- Resampling of subsets of particles (in a
ParticleFilterSubState
) - Resizing of particle filters using
pf_resize!
,pf_replicate!
andpf_dereplicate!
- Additional statistics utilities (variants of
mean
,var
,proportionmap
) choiceproduct
utility function for convenient generation of strata- Documentation site: https://probcomp.github.io/GenParticleFilters.jl/
Bug Fixes and Maintenance
- Fixed errors in weight calculations for
UpdatingTraceTranslator
- Refactoring
pf_update!
to mostly use trace translators - Memory allocation improvements to
pf_resample!
- Higher test case coverage
Full Changelog: v0.1.8...v0.2.0