-
-
Notifications
You must be signed in to change notification settings - Fork 223
feat: PyomoDynamicOptProblem, docs #3676
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
Conversation
The collocation tests pass on latest but fail on lts - should I try to fix that? |
Does Pyomo.jl fail on LTS? It would be good to keep LTS working when possible. |
I think this is good for now. Looking at all of this, I do wonder if there could be a common problem type that the different solvers build from, but there is some unique codegen for them so it is difficult. |
I think we could, would just need to initialize the model and all the constraints at the time |
Also down the line, it seems like another class of solvers we could add ones based on the Pontryagin maximum principle, see things like https://link.springer.com/article/10.1007/s10589-011-9454-7 |
yes we should, can you open an issue? |
@AayushSabharwal @ChrisRackauckas This is mostly the last of it, the refactor, Pyomo, and docs stuff are in here