<< uncprb_leastsqfun Benchmark uncprb_leastsqinit >>

Unconstrained Optimization Problems Toolbox >> Unconstrained Optimization Problems Toolbox > Benchmark > uncprb_leastsqget

uncprb_leastsqget

Get the fields of the internal data for uncprb_leastsqfun.

Calling Sequence

[funeval,Jeval] = uncprb_leastsqget()

Parameters

funeval:

a 1-by-1 matrix of doubles, integer value, the number of function evaluations since the previous call to uncprb_leastsqinit()

Jeval:

a 1-by-1 matrix of doubles, integer value, the number of Jacobian evaluations since the previous call to uncprb_leastsqinit()

Description

Get the internal data structure used by uncprb_leastsqfun and uncprb_leastsqjac.

The values returned by the uncprb_leastsqget function depends on the number of calls to the uncprb_leastsqfun and uncprb_leastsqjac function.

Examples

// See uncprb_leastsqfun

Authors

<< uncprb_leastsqfun Benchmark uncprb_leastsqinit >>