Skip to content

Does retryFits optimize the model fit? #102

Answered by bmcclintock
mebowers5 asked this question in Q&A
Discussion options

You must be logged in to vote

retryFits does indeed re-optimize (or re-fit) the model using random perturbations of the current estimates as the initial values. The degree of perturbation is determined by the retrySD argument. This can be helpful for dealing with "false" convergence by exploring the parameter space. Conversely, attempts is used within crawl::crwMLE and it does not use random perturbation; it's more meant to deal with convergence errors and will yield identical estimates unless the initialSANN argument is specified (in which case the simulated annealing can often yield different initial values for the optimization). So it does make a difference, particularly if the likelihood is relatively flat (and if…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bmcclintock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants