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
|
|
@ -20,9 +20,8 @@
|
|||
* 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_*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue