optimOptions: Create optimization options

Description Usage Arguments

Description

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

Usage

1
2
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")


sysid documentation built on May 2, 2019, 4:18 a.m.