Learn R Programming

sysid (version 1.0.4)

optimOptions: Create optimization options

Description

Specify optimization options that are to be passed to the numerical estimation routines

Usage

optimOptions(tol = 0.01, maxIter = 20, LMinit = 0.01, LMstep = 2, display = c("off", "on")[1])

Arguments

tol
Minimum 2-norm of the gradient (Default: 1e-2)
maxIter
Maximum number of iterations to be performed
LMinit
Starting value of search-direction length in the Levenberg-Marquardt method (Default: 0.01)
LMstep
Size of the Levenberg-Marquardt step (Default: 2)
display
Argument whether to display iteration details or not (Default: "off")