-
Notifications
You must be signed in to change notification settings - Fork 12
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 support for initial values with linear equality constraints #74
Conversation
8eef367
to
1011eda
Compare
Should have tested this a bit more locally, but just wanted to get it out. This time, I will try not to force push any more until we get to cleanup phase before merging. |
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.
Looks good. I remember we implemented this. And apparently hopsy now supports equality constraints. Perfect
@flo-schu do you know if we need to add more tests for this? I saw that there is already a |
Oh yes, great we have that. I think we are fine then |
397ea24
to
2360afd
Compare
2360afd
to
658221f
Compare
For optimization problems with linear equality constraints, initial values currently need to be specified manually. Since v1.4.0, hopsy also supports linear equality constraints. This PR integrates this new feature into CADET-Process.
Todo: