TuringLang / SSMProblems.jl

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

Alignment of obs/dyn time steps and refactored forward simulation #55

Closed THargreaves closed 1 week ago

THargreaves commented 2 weeks ago

Changes:

I have a fear that these new type parameters, although useful, might be a bit over-engineered and lead to sticky edge-cases. Very happy to revert those changes if others think that is best.

TODO:

THargreaves commented 1 week ago

All suggested changes made. Since this is a breaking change to the interface, I've bumped the minor version. Will merge now.