`optimx` optimizer settings
settings_optimx(
method = c("bobyqa", "L-BFGS-B"),
hessian = FALSE,
control = list(kkt = FALSE, maxit = 1e+07),
...
)
An object of class `pk_settings`.
The name(s) of optimization methods to be used. See [optimx::opm()] for options. Default is `"bobyqa"` and `"L-BFGS-B"`.
Whether to compute the Hessian at the final set of parameters; as in [optimx::opm()].
A list of control parameters for the optimizer; see [optimx::opm()] for options and details.
Additional arguments not currently implemented.
Caroline Ring