Début des pop sol ajouté

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1829 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-05-26 15:32:41 +00:00
commit 43b1392748
5 changed files with 175 additions and 0 deletions

View file

@ -143,8 +143,10 @@ public:
virtual void move(EOT & _solution) {
//move the solution
(*best).move(_solution);
//update its fitness
_solution.fitness((*best).fitness());
};
/**