-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WeightedStateEstimator2d mixin (#161)
Related to #57 - Refactor `estimate()` function to use weights instead of assuming uniform weight for samples - Adds WeightedStateEstimator - Refactors SimpleStateEstimator to work as a subcase of estimation where all weights are 1.0. - Add testing for WeightedStateEstimator and also do a few minor refactors to the SimpleStateEstimator test cases.
- Loading branch information
Showing
5 changed files
with
373 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,6 @@ | |
|
||
#include <beluga/beluga.hpp> | ||
|
||
int main() {} | ||
int main() { | ||
return 0; | ||
} |
Oops, something went wrong.