Modifications 22/02/2007

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@183 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-02-22 15:38:01 +00:00
commit 8312d91a84
19 changed files with 930 additions and 805 deletions

View file

@ -16,9 +16,10 @@
#include <eoReplacement.h>
/**
* Replacement strategy for multi-objective optimization.
* Replacement strategy for multi-objective optimization
*/
template < class MOEOT >
class moeoReplacement : public eoReplacement < MOEOT > {};
template < class MOEOT > class moeoReplacement:public eoReplacement < MOEOT >
{
};
#endif /*MOEOREPLACEMENT_H_*/
#endif /*MOEOREPLACEMENT_H_ */