args {fntl} | R Documentation |
Arguments
Description
Get an arguments list for internal methods with the default settings. This object can be adjusted and passed to the respective function.
Usage
findroot_args()
optimize_args()
integrate_args()
cg_args()
bfgs_args()
lbfgsb_args()
neldermead_args()
nlm_args()
richardson_args()
Value
An argument list corresponding to the specified function. The elements of the list are named and supplied with default values. See the package vignette for further details.
-
findroot_args
is documented in the section "Root-Finding". -
optimize_args
is documented in the section "Univariate Optimization". -
integrate_args
is documented in the section "Integration". -
cg_args
is documented in the section "Conjugate Gradient". -
bfgs_args
is documented in the section "BFGS". -
lbfgsb_args
is documented in the section "L-BFGS-B". -
neldermead_args
is documented in the section "Nelder-Mead". -
nlm_args
is documented in the section "Newton-Type Algorithm for Nonlinear Optimization". -
richardson_args
is documented in the section "Richardson Extrapolated Finite Differences".