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

Improved bootstrap filter #68

Open
zsunberg opened this issue Jun 12, 2024 · 0 comments
Open

Improved bootstrap filter #68

zsunberg opened this issue Jun 12, 2024 · 0 comments

Comments

@zsunberg
Copy link
Member

We should probably make an improved bootstrap filter that has the following changes:

  1. We should only resample periodically (see Add resampling criteria #24 Add ESS resampler to avoid resampling every iteration #67 )
  2. Because of periodic resampling above, we should return a weighted particle belief rather than unweighted
  3. We should have an additional function for particle reinvigoration that is separate from resampling, because that is the most common domain-specific thing that people need to do.
  4. predict, reweight, and resample should just be functions (which can be implemented as functors)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant