RxInfer.jl
RxInfer.jl copied to clipboard
`streaming_inference` without `autoupdates`
If we want to do streaming inference where we don't want to do state estimation, we might want to use rxinference
without having to use autoupdates
.
We can use RxInfer.EmptyAutoUpdateSpecification
now. Its not documented though, but we can document it and export. Would that be enough?