|
|
Optimiser Parameters
FMINSEARCH uses Nelder-Mead simplex to find the minimum and according to its documentation it accepts only the following options: Display, TolX, TolFun, MaxFunEvals, and MaxIter. How do I define the volume it searches and its starting position? I need it to probe a very high (~50 dims) space and it scales quite badly at present. TIA Roy |
|
|