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

@ -20,8 +20,9 @@
* Abstract class for local searches applied to multi-objective optimization.
* Starting from only one solution, it produces a set of new non-dominated solutions.
*/
template < class MOEOT >
class moeoLS: public eoBF < const MOEOT &, moeoArchive < MOEOT > &, void >
{};
template < class MOEOT > class moeoLS:public eoBF < const MOEOT &, moeoArchive < MOEOT > &,
void >
{
};
#endif /*MOEOLS_H_*/
#endif /*MOEOLS_H_ */