git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1447 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
jhumeau 2009-02-19 13:53:43 +00:00
commit 6af2592139

View file

@ -54,7 +54,8 @@
#include <selection/moeoDetTournamentSelect.h> #include <selection/moeoDetTournamentSelect.h>
/** /**
* 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 > template < class MOEOT >
class moeoMOGA: public moeoEA < MOEOT > class moeoMOGA: public moeoEA < MOEOT >