From 5ecb8561870c7ee3a0b28173145f8dc300e2e55e Mon Sep 17 00:00:00 2001
From: Mauricio Zambrano-Bigiarini <hzambran@users.noreply.github.com>
Date: Thu, 14 Jun 2012 07:57:46 +0000
Subject: [PATCH] small update to NEWS 0.1-56

---
 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index edd5428..a3b31b8 100755
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ NEWS/ChangeLog for hydroPSO
 --------------------------
 
 0.1-56	14-Jun-2012
-        o 'hydroPSO'    : -) much less memory consumption for large values of 'maxit' and/or 'npart'.
+        o 'hydroPSO'    : -) much less memory consumption for large values of 'maxit' and/or 'npart' (thanks to  Paul Smith for reporting it !)
                              The files 'BestParamPerIter.txt', 'PbestPerIter.txt', 'LocalBestPerIter.txt', 'Velocities.txt' are now written at the end of 
                              each iteration, and not at the end of the main algorithm (so the corresponding local variables were removed)
                           -) the convergence of the algorithm controlled by 'reltol' is now defined by : abs(reltol) <= abs(best.pbest[iter] - best.pbest[iter-1]), 
-- 
GitLab