-
Notifications
You must be signed in to change notification settings - Fork 9
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
OptimalControl.jl
upgrade: CTBase.jl
v0.10
, CTFlows.jl
v0.4
, CTDirect.jl
v0.7
, CTProblems.jl
v0.7
#187
Comments
@ocots @PierreMartinon wait for control-toolbox/CTDirect.jl#115 to be solved, then update doc. |
Par contre c'est dommage mais la branche https://github.com/control-toolbox/OptimalControl.jl/tree/187-doc-update vient de la |
@ocots je viens de faire un merge de |
En principe il reste le tuto init et le tuto plot. |
You mean: "all updated wrt. plotting changes but |
Now I mean that there is only the tutorial on how to initialise to update. Of course, if we change again the API, there will be new changes to do. But I have made a pass on all the tutos and they compile with the versions written in the |
OptimalControl.jl
upgrade: CTBase.jl
v0.10
, CTFlows.jl
v0.4
, CTDirect.jl
v0.7
, CTProblems.jl
v0.7
This issue is for the update of the |
The associated branch has been renamed |
@ocots @PierreMartinon teaser (4x faster load 💙) |
The documentation of BifurcationKit is very nice. |
Nice job @rveltz 🙂 |
using Plots
, removesize
kwarg in plot function.using Plots
, removesize
kwarg in plot function. Update the definition of the ocp from the new API.using Plots
, removesize
kwarg in plot function.using Plots
. Use the time normalisation within the plot function usingtime=:normalized
instead of defining a rescaling function.using DifferentialEquations
, presentMINPACK
andNonlinearSolver
(MINPACK
cannot be used with arm).using Plots
, removesize
kwarg in plot function. Add a label for the two plots usingsolution_label
kwarg.using Plots
, removesize
kwarg in plot function. Add a label for the two plots (direct
andindirect
) usingsolution_label
kwarg. Addusing DifferentialEquations
. We can add a note on the fact that the user does not need to repeattf
when computing the flow, cf. this issue.Originally posted by @ocots in #184 (comment)
The text was updated successfully, but these errors were encountered: