I’ve used Optim.jl for similar problems with good results, here’s an example: https://julianlsolvers.github.io/Optim.jl/stable/#user/minimization/
Optim.jl
The example looks to me like it gives the library one equation that has to be minimized. I on the other hand have a bunch of equations.
I’ve used
Optim.jl
for similar problems with good results, here’s an example: https://julianlsolvers.github.io/Optim.jl/stable/#user/minimization/The example looks to me like it gives the library one equation that has to be minimized. I on the other hand have a bunch of equations.