From 686c1ec8aa0a300af46dc3e0093775231bc8e979 Mon Sep 17 00:00:00 2001 From: canape Date: Tue, 9 Oct 2007 08:54:05 +0000 Subject: [PATCH] correction peoPSO git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@695 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-peo/src/peoPSO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/paradiseo-peo/src/peoPSO.h b/trunk/paradiseo-peo/src/peoPSO.h index 32bd5042c..4d64a060e 100644 --- a/trunk/paradiseo-peo/src/peoPSO.h +++ b/trunk/paradiseo-peo/src/peoPSO.h @@ -46,7 +46,7 @@ #include "core/runner.h" #include "core/peo_debug.h" -/! Class providing an elementary ParadisEO evolutionary algorithm. +//! Class providing an elementary ParadisEO evolutionary algorithm. //! The peoPSO class offers an elementary Particle Swarm Optimization implementation. In addition, as compared //! with the algorithms provided by the EO framework, the peoPSO class has the underlying necessary structure