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?
