summaryrefslogtreecommitdiff
path: root/man/optimOptions.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/optimOptions.Rd')
-rw-r--r--man/optimOptions.Rd8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/optimOptions.Rd b/man/optimOptions.Rd
index a0b4ef6..801f9be 100644
--- a/man/optimOptions.Rd
+++ b/man/optimOptions.Rd
@@ -1,4 +1,4 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
+% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/estUtil.R
\name{optimOptions}
\alias{optimOptions}
@@ -7,19 +7,19 @@
optimOptions(tol = 1e-05, maxIter = 20, LMinit = 2, LMstep = 2)
}
\arguments{
-\item{tol}{Minimum ratio of the improvement to the current loss
+\item{tol}{Minimum ratio of the improvement to the current loss
function. Iterations stop if this ratio goes below the tolerance
limit (Default: \code{1e-5})}
\item{maxIter}{Maximum number of iterations to be performed}
-\item{LMinit}{Starting value of search-direction length
+\item{LMinit}{Starting value of search-direction length
in the Levenberg-Marquardt method.}
\item{LMstep}{Size of the Levenberg-Marquardt step}
}
\description{
-Specify optimization options that are to be passed to the
+Specify optimization options that are to be passed to the
numerical estimation routines
}