Hi, could you please recommend me “free” solvers/algorithms for derivative-free optimization which support inequality/equality and bound constraints. Currently I use AUGLAG
from NLopt
with NELDERMEAD
,SBPLX
or BOBYQA
as local optimization algorithms but I want to compare it with other JUMP supported solvers.