Optimization Toolbox    

Output Headings: Medium-Scale Algorithms

When the options Display parameter is set to 'iter' for fminsearch, fminbnd, fzero, fgoalattain, fmincon, lsqcurvefit, fminunc, fsolve, lsqnonlin, fminimax, and fseminf, output is produced in column format.

fminsearch

For fminsearch, the column headings are

where

fzero and fminbnd

For fzero and fminbnd, the column headings are

where

fminunc

For fminunc, the column headings are

where

lsqnonlin and lsqcurvefit

For lsqnonlin and lsqcurvefit, the headings are

where Iteration, Func-count, Step-size, and Directional derivative are the same as for fminunc, and

fsolve

For fsolve with the default trust-region dogleg method, the headings are

where

For fsolve with either the Levenberg-Marquardt or Gauss-Newton method, the headings are

where

fmincon and fseminf

For fmincon and fseminf, the headings are

where

The Procedure messages are discussed in Updating the Hessian Matrix.

For fgoalattain and fminimax, the headings are the same as for fmincon except that f(x) and max constraint are combined into Max{F,constraints}. Max{F,constraints} gives the maximum goal violation or constraint violation for fgoalattain and the maximum function value or constraint violation for fminimax.


  Displaying Iterative Output Output Headings: Large-Scale Algorithms