From 6af25921394e794c87d9fb06d4ccdeb27cfb83e7 Mon Sep 17 00:00:00 2001 From: jhumeau Date: Thu, 19 Feb 2009 13:53:43 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1447 331e1502-861f-0410-8da2-ba01fb791d7f --- tags/paradiseo1.2/paradiseo-moeo/src/algo/moeoMOGA.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tags/paradiseo1.2/paradiseo-moeo/src/algo/moeoMOGA.h b/tags/paradiseo1.2/paradiseo-moeo/src/algo/moeoMOGA.h index 5bc3fad90..33c75f531 100644 --- a/tags/paradiseo1.2/paradiseo-moeo/src/algo/moeoMOGA.h +++ b/tags/paradiseo1.2/paradiseo-moeo/src/algo/moeoMOGA.h @@ -54,7 +54,8 @@ #include /** - * MOGA. + * MOGA (Multi-objective Genetic Algorithm). + * C. M. Fonseca and P. J. Fleming, “Genetic algorithms for multiobjective optimization: Formulation, discussion and generalization,” in Genetic Algorithms: Proceedings of the Fifth International Conference (S. Forrest, ed.), pp. 416-423, San Mateo, CA: Morgan Kaufmann, 1993. */ template < class MOEOT > class moeoMOGA: public moeoEA < MOEOT >