Add _solution.invalidate() before computing the fitness in moMonOpPertub
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1895 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
b76cc09bb7
commit
84e187f237
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ public:
|
||||||
*/
|
*/
|
||||||
bool operator()(EOT& _solution) {
|
bool operator()(EOT& _solution) {
|
||||||
bool res = monOp(_solution);
|
bool res = monOp(_solution);
|
||||||
|
_solution.invalidate();
|
||||||
fullEval(_solution);
|
fullEval(_solution);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue