Unconstrained Optimization Problems Toolbox
Unconstrained Optimization Problems Toolbox
uncprb_overview
—
An overview of the Unconstrained Optimization Problems toolbox.
uncprb_getclass
—
Returns the name.
uncprb_getfunc
—
Returns the function vector, the Jacobian and, if available, the Hessian.
uncprb_getgrdfcn
—
Returns the gradient.
uncprb_getgrdfd
—
Compute the gradient by finite differences.
uncprb_gethesfcn
—
Returns the function value.
uncprb_gethesfd
—
Compute the Hessian by finite differences.
uncprb_getinitf
—
Returns the starting point.
uncprb_getinitpt
—
Returns the starting point.
uncprb_getname
—
Returns the name.
uncprb_getobjfcn
—
Returns the function value.
uncprb_getopt
—
Returns the name.
uncprb_getproblems
—
Lists the problems.
uncprb_getvecfcn
—
Returns the function vector and the Jacobian.
uncprb_getvecjac
—
Returns the Jacobian.
uncprb_getvecjacfd
—
Compute the Jacobian by finite differences
Benchmark
uncprb_computestatus
—
Computes the status of an optimization.
uncprb_leastsqfun
—
Returns the residual vector for the leastsq function.
uncprb_leastsqget
—
Get the fields of the internal data for uncprb_leastsqfun.
uncprb_leastsqinit
—
Initialize the internal data for uncprb_leastsqfun
uncprb_leastsqjac
—
Returns the Jacobian matrix for the leastsq function.
uncprb_lsqrsolvefun
—
Returns the residual vector for the lsqrsolve function.
uncprb_lsqrsolveget
—
Get the fields of the internal data for uncprb_lsqrsolvefun.
uncprb_lsqrsolveinit
—
Initialize the internal data for uncprb_lsqrsolve
uncprb_lsqrsolvejac
—
Returns the Jacobian matrix for the lsqrsolve function.
uncprb_optimfun
—
Returns f and g for the optim function.
uncprb_optimget
—
Get the fields of the internal data for uncprb_optimfun.
uncprb_optiminit
—
Initialize the internal data for uncprb_optimfun
uncprb_printsummary
—
rtolF, atolF, rtolX, atolX, fmt)