-
Notifications
You must be signed in to change notification settings - Fork 247
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 'No filter' and 'Optimized KF' setups #108
Conversation
6f832c0
to
3b4174c
Compare
b77d73b
to
fb9a534
Compare
1752007
to
2ace293
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.
This is great! I am thinking we should probably change the filter setup classes' names to 'filter factory', as it more accurately represents what they do, and why they need to have separate classes. Also we should probably rename the old FilterSetup
to something like FilterPyKalmanFilterFactory
. We can discuss this whenever you have time.
fd07f05
to
8bb407d
Compare
It seems the new optimized filter is a tiny bit less accurate, so we are regressing this until we find out why. They should be identically accurate in theory.
aa87667
to
e956d2e
Compare
Add 'No filter' and 'Optimized KF' setups
Add 'No filter' and 'Optimized KF' setups
No description provided.