terminate_opt | R Documentation |
Sequentially tests whether maximum number of optimizations has been reached,
if the maximum gradient component is less than optcontrol$grtol
,
relative parameter value changes between optimizations is less than
optcontrol$dparrtol
, or relative change in the objective function
value is less than optcontrol$dobjrtol
.
terminate_opt(fit = NULL, optcontrol)
fit |
|
optcontrol |
|
boolean indicating termination (TRUE) or not (FALSE)
John K Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.