git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1450 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
12aeca911c
commit
db66347fb1
6 changed files with 150 additions and 94 deletions
|
|
@ -60,8 +60,8 @@ public:
|
|||
moeoAllSolOneNeighborExpl(
|
||||
moMoveInit < Move > & _moveInit,
|
||||
moNextMove < Move > & _nextMove,
|
||||
eoEvalFunc < MOEOT > & _eval
|
||||
): moveInit(_moveInit), nextMove(_nextMove), eval(_eval){}
|
||||
moMoveIncrEval < Move, ObjectiveVector > & _incrEval)
|
||||
: moveInit(_moveInit), nextMove(_nextMove), incrEval(_incrEval){}
|
||||
|
||||
void operator()(eoPop < MOEOT > & _src, eoPop < MOEOT > & _dest){
|
||||
//Move move;
|
||||
|
|
@ -160,7 +160,11 @@ private:
|
|||
moNextMove < Move > & nextMove;
|
||||
/** the incremental evaluation */
|
||||
eoEvalFunc < MOEOT > & eval;
|
||||
|
||||
/** the incremental evaluation */
|
||||
moMoveIncrEval < Move, ObjectiveVector > & incrEval;
|
||||
/** comparator */
|
||||
moeoParetoObjectiveVectorComparator<ObjectiveVector> comparator;
|
||||
|
||||
};
|
||||
|
||||
#endif /*_MOEOALLSOLONENEIGHBOREXPL_H_*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue