diff --git a/man/hydroPSO.Rd b/man/hydroPSO.Rd index 7d217391abd4fb80ac824748490e43795be8c61e..b7f891d2f4b57317dd82b92879a40c82d94ffaad 100755 --- a/man/hydroPSO.Rd +++ b/man/hydroPSO.Rd @@ -112,7 +112,7 @@ numeric, absolute convergence tolerance. The algorithm stops if \code{gbest <= a By default it is set to \code{-Inf} or \code{+Inf} for minimisation or maximisation problems, respectively } \item{reltol}{ -numeric, relative convergence tolerance. The algorithm stops if it is unable to reduce the value by a factor of \code{reltol * (abs(val) + reltol)} at a given iteration. Defaults to \code{sqrt(.Machine$double.eps)}, typically, about 1e-8 +numeric, relative convergence tolerance. The algorithm stops if the normalised swarm radious is lower or equal to \code{reltol} at a given iteration. Defaults to \code{sqrt(.Machine$double.eps)}, typically, about 1e-8 } \item{Xini.type}{ character, indicates how to initialise the particles' positions in the swarm within the ranges defined by \code{lower} and \code{upper}. Valid values are: \cr