Little changed in prevision of Multi-objective local search
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1386 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
f6bf11f3e2
commit
6dfe8036df
3 changed files with 55 additions and 3 deletions
|
|
@ -38,14 +38,13 @@
|
|||
#ifndef MOEOEA_H_
|
||||
#define MOEOEA_H_
|
||||
|
||||
#include <eoAlgo.h>
|
||||
#include <algo/moeoAlgo.h>
|
||||
#include <algo/moeoPopAlgo.h>
|
||||
|
||||
/**
|
||||
* Abstract class for multi-objective evolutionary algorithms.
|
||||
*/
|
||||
template < class MOEOT >
|
||||
class moeoEA : public moeoAlgo, public eoAlgo < MOEOT >
|
||||
class moeoEA : public moeoPopAlgo < MOEOT >
|
||||
{};
|
||||
|
||||
#endif /*MOEOEA_H_*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue