correct old moeo errors : eoArchive --> moeoArchive, cont --> term
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@205 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
0deb287cc0
commit
3da8e0c53f
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ public:
|
|||
* @param _mols a multi-objective local search
|
||||
* @param _arch the archive
|
||||
*/
|
||||
eoHybridMOLS (eoContinue < EOT > &_term, eoSelect < EOT > &_select, moeoMOLS < EOT > &_mols, moeoArchive < EOT > &_arch):term (_term), select (_select), mols (_mols),
|
||||
moeoHybridMOLS (eoContinue < EOT > &_term, eoSelect < EOT > &_select, moeoMOLS < EOT > &_mols, moeoArchive < EOT > &_arch):term (_term), select (_select), mols (_mols),
|
||||
arch
|
||||
(_arch)
|
||||
{
|
||||
|
|
@ -46,7 +46,7 @@ eoHybridMOLS (eoContinue < EOT > &_term, eoSelect < EOT > &_select, moeoMOLS < E
|
|||
*/
|
||||
void operator () ()
|
||||
{
|
||||
if (!cont (arch))
|
||||
if (!term (arch))
|
||||
{
|
||||
// selection of solutions
|
||||
eoPop < EOT > selectedSolutions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue