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

This commit is contained in:
jhumeau 2009-02-19 13:49:18 +00:00
commit 24244d865f

View file

@ -43,7 +43,7 @@
#include <algo/moeoAlgo.h> #include <algo/moeoAlgo.h>
/** /**
* Abstract class for population based multi-objective evolutionary algorithms. * Abstract class for population based multi-objective metaheuristics.
*/ */
template < class MOEOT > template < class MOEOT >
class moeoPopAlgo : public moeoAlgo, public eoAlgo < MOEOT > class moeoPopAlgo : public moeoAlgo, public eoAlgo < MOEOT >