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

Allow direct process model #63

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

remipch
Copy link
Contributor

@remipch remipch commented Jun 16, 2022

By reading your library, I guess it was practical for you to model your specific system by writing derivative formulas.

Then, you implemented Integrator classes to compute process model from the derivative model.

In our case, it was convenient to write the direct process model without writing explicit derivative formulas.

This PR consists of allowing to implement StateVector::process_model() method directly without needing to implement StateVector::derivative() method.

Remi Peuchot added 2 commits June 16, 2022 16:41
to express that the integrator is not needed when process model is
implemented directly (instead of derivative process model)
instead of derivative process model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants