-
Notifications
You must be signed in to change notification settings - Fork 21
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
Possible wider applications of opty #265
Comments
Update: if an inequality Of course, this crutch comes at the expense of enlarging the system. |
To the best of my knowledge, opty does not allow inequalities in the instance constraints. A way around may be this: Again, this crutch enlarges the system substantially. Update: if |
I pushed point_on_street_gate.ipynb to pst-notebooks. |
I have tried maybe 20 examples out of John T. Betts' book Practical Method for Optimal Control Using Nonlinear Programming, 3rd edition. Some are on pst-notebooks, some I pushed to examples-gallery, some I simply did not mange to get to converge.
The two major 'hindrances' to do more examples seem to be:
Update: It does not seem to work for bounds. If I set, say, bounds = {x1 = (u1(t0), u2(tf)} I get an error saying, as I understand it, that the values in (..., ...) must be floats.
The text was updated successfully, but these errors were encountered: