You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 byjacobian
.Also, the algorithms all need to be switched to actually call this new method now.
This wont be a breaking change.
The text was updated successfully, but these errors were encountered: