Correction of the invalid fitness in moPopSol* (not in the 1.3beat version)

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2042 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-12-29 10:47:22 +00:00
commit ae73cb71ff
2 changed files with 14 additions and 3 deletions

View file

@ -55,6 +55,8 @@ public:
rnd(tmp);
_sol.push_back(tmp);
}
_sol.invalidate();
}
private: