From 69f14b33b048cdba623cbcbe1825ecc9e9a9df10 Mon Sep 17 00:00:00 2001
From: Mauricio Zambrano-Bigiarini <hzambran@users.noreply.github.com>
Date: Tue, 12 Jun 2012 17:26:24 +0000
Subject: [PATCH] hydroPSO.Rd: updated infor related to 'reltol'

---
 man/hydroPSO.Rd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/hydroPSO.Rd b/man/hydroPSO.Rd
index 7d21739..b7f891d 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
-- 
GitLab