23/02/07 modifications

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@184 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
liefooga 2007-02-23 12:49:11 +00:00
commit 086b51c370
20 changed files with 772 additions and 970 deletions

View file

@ -17,12 +17,9 @@
#include <moeoGenerationalReplacement.h>
/**
* Generational replacement: only the new individuals are preserved
* Generational replacement: only the new individuals are preserved.
*/
template < class MOEOT > class moeoGenerationalReplacement:public moeoReplacement < MOEOT >,
public eoGenerationalReplacement <
MOEOT >
{
};
template < class MOEOT >
class moeoGenerationalReplacement : public moeoReplacement < MOEOT >, public eoGenerationalReplacement < MOEOT > {};
#endif /*MOEOGENERATIONALREPLACEMENT_H_ */
#endif /*MOEOGENERATIONALREPLACEMENT_H_*/