Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore Lazy Iterators.accumulate usage #373

Open
SamuelBrand1 opened this issue Jul 16, 2024 · 0 comments
Open

Explore Lazy Iterators.accumulate usage #373

SamuelBrand1 opened this issue Jul 16, 2024 · 0 comments
Labels

Comments

@SamuelBrand1
Copy link
Collaborator

As part of #369 review we identified an alternate accumulate method provided by Base.Iterators that returns a lazy version of accumulate.

This has potential upsides; for example data annealing SMC/particle filtering, e.g. constructing the target posterior distributions as a sequence over increasing data/data batches. The advantage here could be only using elements of accumulate return needed for log-like calculation upto a time horizon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants