spatq_optcontrol | R Documentation |
Control the sequence of optimizations and termination criteria.
spatq_optcontrol( grtol = 1e-08, dparrtol = -Inf, dobjrtol = -Inf, maxopts = 1, bfgs_control = list() )
grtol |
maximum gradient tolerance |
dparrtol |
relative tolerance of parameter change between optimization calls |
dobjrtol |
relative tolerance of objective value change between optimization calls |
maxopts |
maximum number of optimizations to run |
bfgs_control |
a list of control parameters for the BFGS optimizations |
a spatq_optcontrol
object
John K Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.