control-toolbox / OptimalControl.jl

Solvers of optimal control problems
MIT License
28 stars 5 forks source link

NL Solver #165

Open ocots opened 3 months ago

ocots commented 3 months ago

We need to use NonLinearSolve instead of MINPACK:

ocots commented 4 days ago

I have started to replace MINPACK by NonlinearSolve inside the documentation.