git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1591 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
afe657449a
commit
ab01ec6e79
2 changed files with 5 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ public:
|
|||
* Ctor
|
||||
* @param _comparator the moeoObjectiveVectorComparator used to compare solutions
|
||||
*/
|
||||
moeoDMLSArchive(moeoObjectiveVectorComparator < ObjectiveVector > & _comparator) : eoPop < MOEOT >(), comparator(_comparator), isModified(false)
|
||||
moeoDMLSArchive(moeoObjectiveVectorComparator < ObjectiveVector > & _comparator) : moeoArchive < MOEOT >(), comparator(_comparator), isModified(false)
|
||||
{}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -83,6 +83,10 @@ private:
|
|||
/** Max size of archive*/
|
||||
unsigned int maxSize;
|
||||
|
||||
bool update(const eoPop < MOEOT > & _pop){
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Updates the archive with a given individual _moeo *** NEW ***
|
||||
* @param _moeo the given individual
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue