-
Notifications
You must be signed in to change notification settings - Fork 16
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
894 Implement dynamic optimization #895
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: reneSchm <[email protected]>
All right, all tests passed, no open conversations. But there are some things missing from test coverage, most not originating from this PR. Here is a list of the missed lines:
Other than maybe changes for the tests, I think we are done here @HenrZu @jubicker @lenaploetzke @mknaranja ? |
Yes, I think so too, the things you mentioned are probably something for a new issue. |
I hope to have a brief look at this tomorrow. Is there only someone who could resolve the last merge conflicts? Thank you all for this tremendous work! |
Hey, those weren't there before! Anyways, I'm on it... |
Merge is done, thanks @MaxBetzDLR for your help |
Fantastic! Thanks again for the tremendous work to finally merge this @hannemann-tamas @reneSchm @HenrZu @lenaploetzke @jubicker @MaxBetzDLR |
…ples (#895) - Implemented ODE-SEAIR model to reproduce optimization results from literature. - Integrating automatic differentiation (AD) for ODE-SEAIR model. - Extending template structure for AD data type. - Implemented dynamic optimization example using IPopt. Co-authored-by: Ralf Hannemann-Tamas <[email protected]> Co-authored-by: Martin J. Kühn <[email protected]> Co-authored-by: reneSchm <[email protected]> Co-authored-by: lenaploetzke <[email protected]> Co-authored-by: HenrZu <[email protected]> Co-authored-by: Julia Bicker <[email protected]> Co-authored-by: Maximilian Betz <[email protected]>
Changes and Information
Please briefly list the changes made, additional Information and what the Reviewer should look out for:
Merge Request - Guideline Checklist
Please check our git workflow. Use the draft feature if the Pull Request is not yet ready to review.
Checks by code author
Checks by code reviewer(s)
Closes #894