git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1541 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
c3e171dd22
commit
e0956d8083
2 changed files with 101 additions and 6 deletions
|
|
@ -71,7 +71,7 @@ public:
|
|||
_dest.push_back(_src[i]);
|
||||
move(_dest.back());
|
||||
_dest.back().objectiveVector(objVec);
|
||||
_dest.back().flag(0);
|
||||
//_dest.back().flag(0);
|
||||
// si tous les voisins sont dominés (ie "! nextMove(move,_src[i])"), mettre le flag à ZERO !!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
}
|
||||
|
||||
|
|
@ -84,11 +84,6 @@ private:
|
|||
moNextMove < Move > & nextMove;
|
||||
/** the incremental evaluation */
|
||||
moMoveIncrEval < Move, ObjectiveVector > & incrEval;
|
||||
/** comparator */
|
||||
moeoParetoObjectiveVectorComparator<ObjectiveVector> comparator;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* la même solution est utilisée iteration après iteration (qd c'est possible) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue