JuliaRheology / RHEOS.jl

RHEOS - Open Source Rheology data analysis software
MIT License
39 stars 9 forks source link

Add more options for the NLOpt solver #136

Closed akabla closed 3 years ago

akabla commented 3 years ago

https://nlopt.readthedocs.io/en/latest/NLopt_Algorithms/ We only use SUBPLEX for now. BOBYQA seems to work too (i.e. passes the tests) COBYLA fails the tests, but could maybe work too with some tweaks.

Global optimisation may work too if bounds are set on all parameters.

This discussion also relates to #86

akabla commented 3 years ago

This now needs more documentation and testing. Seems to be working OK.