Run retries tool.
run_retries(
model = NULL,
results = NULL,
number_of_candidates = 5,
fraction = 0.1,
use_initial_estimates = FALSE,
strictness = "minimization_successful or (rounding_errors and sigdigs >= 0.1)",
scale = "UCP",
prefix_name = "",
seed = NULL,
...
)
(RetriesResults) Retries tool results object.
(Model (optional)) Model object to run retries on. The default is NULL.
(ModelfitResults (optional)) Connected ModelfitResults object. The default is NULL.
(numeric) Number of retry candidates to run. The default is 5.
(numeric) Determines allowed increase/decrease from initial parameter estimate. Default is 0.1 (10%)
(logical) Use initial parameter estimates instead of final estimates of input model when creating candidate models.
(str (optional)) Strictness criteria. The default is "minimization_successful or (rounding_errors and sigdigs >= 0.1)".
(str (optional)) Which scale to update the initial values on. Either normal scale or UCP scale.
(str (optional)) Prefix the candidate model names with given string.
(numeric (optional)) Random number generator or seed to be used
Arguments to pass to tool