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

Implement particle filter variants #12

Merged
merged 4 commits into from
Nov 18, 2022
Merged

Implement particle filter variants #12

merged 4 commits into from
Nov 18, 2022

Conversation

nahueespinosa
Copy link
Member

As mentioned in #10, this patch adds sampling mix-ins and two particle filter variants built with them.
It includes libciabatta with a few modifications listed in the header file.

The current tests only check that everything compiles with a one-dimensional state representation (a double variable), more tests will be added in a follow-up PR.

@nahueespinosa nahueespinosa self-assigned this Nov 15, 2022
Copy link
Collaborator

@hidmic hidmic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good. Left some comments.

beluga/core/include/beluga/algorithm/particle_filter.h Outdated Show resolved Hide resolved
beluga/core/include/beluga/algorithm/particle_filter.h Outdated Show resolved Hide resolved
beluga/core/include/beluga/algorithm/sampling.h Outdated Show resolved Hide resolved
beluga/core/include/beluga/algorithm/sampling.h Outdated Show resolved Hide resolved
@nahueespinosa nahueespinosa merged commit 8f3c960 into master Nov 18, 2022
@nahueespinosa nahueespinosa deleted the nahuel/mixin branch November 18, 2022 21:16
@nahueespinosa nahueespinosa added the cpp Related to C++ code label Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp Related to C++ code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants