-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add sampling utilities and benchmarks #9
Conversation
cd85a20
to
215632d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple minor observations. It looks great!
215632d
to
32ecbc8
Compare
32ecbc8
to
579fb93
Compare
579fb93
to
a38afc6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I spotted a few more things. PTAL!
efd7582
to
dc9c5e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems legit
This patch adds an implementation of sampling algorithms based on https://www.robots.ox.ac.uk/~cvrg/hilary2005/adaptive.pdf.
Related to #3, this is a step towards "an adaptive particle filter with KLD resampling and a random particle generation heuristic to recover from failure".