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:

fsolve, lsqnonlin, and lsqcurvefit

For fsolve, lsqnonlin, and lsqcurvefit the headings are

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

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 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