Try NLopt. -- John
On Thursday, June 18, 2015 at 8:35:20 AM UTC-7, Nils Gudat wrote: > > I'm trying to minimize a function of multiple variables using the Optim > package. In my original Matlab code, I'm supplying two arrays to fmincon to > set upper and lower bounds on each of the variables, but it seems the > optimize function in Optim only allows for bounds in the univariate case. > > Is this implemented somewhere else in Julia? >
