You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put all solve methods with an ocp in this directory.
Sparsity pattern to handle for ADNLPModeler.
Add solve function with default values and another one with description system, with modeler_options in the keyword arguments.
Finalize adding all pre-existing options.
[ ] Handle some modifications of status for the solution: see here. It will be handled in CTDirect.
Add tests with max problem. Not necessarily in optimalcontrol directory.
Options handling: if an option is given but not existing, make warning or an error and propose the two or three closest options. This implies that we know the options names. The best would be to have access to a getter of the list of options.
Make a documentation page for the solve inspired by the existing one.
optimalcontrol.solvemethods with anocpin this directory.solvefunction with default values and another one with description system, withmodeler_optionsin the keyword arguments.[ ] Handle some modifications of status for the solution: see here.It will be handled in CTDirect.maxproblem. Not necessarily inoptimalcontroldirectory.