FMINCON and FMINUNC Optimisation - Which One to Choose?
Saturday, December 1st, 2007Matlab provides a huge library of toolboxes and I used a lot on the Optimisation Toolbox; particularly - fmincon and fminunc. FMINCON is a function script from the MATLAB Optimisation Toolbox that uses constrained optimisation routines to minimise (or maximise) functions. FMINUNC is a function script from the MATLAB Optimisation Toolbox that ...