How to realize CasADI optimization with an existing casadi::Function cost function?
I’ve already computed an optimization with NLopt using a CasADI cost function and gradient.
Now I want to compare the optimization performance of NLopt with other optimization libraries, starting with CasADI.