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:
parent
8312d91a84
commit
086b51c370
20 changed files with 772 additions and 970 deletions
|
|
@ -16,11 +16,10 @@
|
|||
#include <eoAlgo.h>
|
||||
|
||||
/**
|
||||
* Abstract class for multi-objective evolutionary algorithms
|
||||
* Abstract class for multi-objective evolutionary algorithms.
|
||||
*/
|
||||
template < class MOEOT > class moeoEA:public eoAlgo < MOEOT >
|
||||
{
|
||||
};
|
||||
template < class MOEOT >
|
||||
class moeoEA : public eoAlgo < MOEOT > {};
|
||||
|
||||
|
||||
#endif /*MOEOEA_H_ */
|
||||
#endif /*MOEOEA_H_*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue