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

Add a evaluate_with_jacobian default method to ProcessModel and MeasurementModel #89

Closed
CharlesCossette opened this issue Jul 25, 2023 · 0 comments · Fixed by #95
Closed

Comments

@CharlesCossette
Copy link
Member

Add an optionally-overridable method to process/meas models that allows the user to return both the evaluation and jacobian with a single function call. This could speed things up a lot in cases where these models have a lot of common calculations between evaluate/jacobian. The default implementation will simple call evaluate followed by jacobian.

Also, the algorithms all need to be switched to actually call this new method now.

This wont be a breaking change.

@CharlesCossette CharlesCossette linked a pull request Aug 26, 2023 that will close this issue
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 a pull request may close this issue.

1 participant