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

Cache DC factor indices for fast updates in solver #13

Closed
keevindoherty opened this issue Oct 23, 2021 · 1 comment
Closed

Cache DC factor indices for fast updates in solver #13

keevindoherty opened this issue Oct 23, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@keevindoherty
Copy link
Collaborator

Current (naive) update implementation requires ~O(M) measurement updates. Simply caching the indices of DCFactors within the discrete/continuous graphs (or iSAM2 in the latter case) will be a huge performance boost; more like ~O(K), K << M, where K is the number of DCFactors only (vs. M total factors).

@keevindoherty keevindoherty added the enhancement New feature or request label Oct 23, 2021
@keevindoherty keevindoherty self-assigned this Oct 23, 2021
@keevindoherty keevindoherty changed the title Cache DCFactorIndices for fast updates in solver Cache DC factor indices for fast updates in solver Oct 23, 2021
@keevindoherty
Copy link
Collaborator Author

Resolved by f5cde4f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant