TuringLang / SSMProblems.jl

Common abstractions for state-space models
http://turinglang.org/SSMProblems.jl/
MIT License
2 stars 2 forks source link

Particle filter example #53

Open FredericWantiez opened 3 weeks ago

FredericWantiez commented 3 weeks ago

Small example of a particle filter using the new API. Since Metal.jl doesn't really support rand() / Distributions, it's hard to make this more complex.

Discussed here https://github.com/TuringLang/SSMProblems.jl/issues/43

yebai commented 2 weeks ago

@FredericWantiez does the vectorisation help?

FredericWantiez commented 2 weeks ago

Haven't done a proper benchmark but it seems like its helping a bit, but not much.