GenParticleFilters.jl icon indicating copy to clipboard operation
GenParticleFilters.jl copied to clipboard

Building blocks for simple and advanced particle filtering in Gen.

Results 2 GenParticleFilters.jl issues
Sort by recently updated
recently updated
newest added

Existing functions should be extended with multi-threaded variants, and primitives should be added to support `map-reduce` style parallel computing.

When resampling with a `priority_fn` that outputs log priority scores, the function `update_weights!` (called after resampling) currently does something that is only correct if we're interested in unbiasedly estimating the...