Skip to content

Commit

Permalink
add another "link" to the allFit() utility function
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaechler committed Nov 4, 2017
1 parent b62fd08 commit 95ec657
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion man/convergence.Rd
Expand Up @@ -79,7 +79,8 @@
perturbed slightly away from the optimum
\item try all available optimizers (e.g. several different implementations
of BOBYQA and Nelder-Mead, L-BFGS-B from \code{optim}, \code{nlminb},
\dots) While this will of course be slow for large fits, we consider
\dots) via the \code{allFit()} function, see \sQuote{5.} in the
examples. While this will of course be slow for large fits, we consider
it the gold standard; if all optimizers converge to values that
are practically equivalent, then we would consider the convergence
warnings to be false positives.
Expand Down

0 comments on commit 95ec657

Please sign in to comment.