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

Hybrid Incremental #1271

Merged
merged 3 commits into from
Aug 22, 2022

Conversation

varunagrawal
Copy link
Collaborator

@varunagrawal varunagrawal commented Aug 16, 2022

This PR adds tests for running HybridGaussianISAM as well as lots of fixes and improvements to the pruning methodology.

I also added an optional ordering parameter to the HybridGaussianISAM::update method so we can pass in custom orderings as needed.

// }
// Test for figuring out the optimal ordering to ensure we get
// a discrete graph after elimination.
TEST(HybridGaussianISAM, NonTrivial) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this one meant to be commented out?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah I am working on getting this to pass. I might need to open a separate PR though since it has some non-trivial changes.

Copy link
Collaborator

@ProfFan ProfFan left a comment

Choose a reason for hiding this comment

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

LGTM except one commented out section

@varunagrawal
Copy link
Collaborator Author

Tagging @keevindoherty to keep him in the loop. :)

@varunagrawal varunagrawal merged commit 4c9c106 into feature/nonlinear-hybrid Aug 22, 2022
@varunagrawal varunagrawal deleted the feature/nonlinear-incremental branch August 22, 2022 18:13
@varunagrawal varunagrawal restored the feature/nonlinear-incremental branch August 22, 2022 18:17
@varunagrawal varunagrawal deleted the feature/nonlinear-incremental branch October 3, 2022 15:40
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

Successfully merging this pull request may close these issues.

2 participants