<< uncprb_lsqrsolvefun Benchmark uncprb_lsqrsolveinit >>

Unconstrained Optimization Problems Toolbox >> Unconstrained Optimization Problems Toolbox > Benchmark > uncprb_lsqrsolveget

uncprb_lsqrsolveget

Get the fields of the internal data for uncprb_lsqrsolvefun.

Calling Sequence

[funeval,Jeval] = uncprb_lsqrsolveget()

Parameters

funeval:

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

Jeval:

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

Description

Get the internal data structure used by uncprb_lsqrsolve and uncprb_lsqrsolvejac.

The values returned by the uncprb_optimget function depends on the number of calls to the uncprb_lsqrsolvefun and uncprb_lsqrsolvejac function.

Examples

// See uncprb_lsqrsolvejac

Authors

<< uncprb_lsqrsolvefun Benchmark uncprb_lsqrsolveinit >>