update parameter name
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@235 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
3ffa2a1140
commit
412dd7065f
1 changed files with 4 additions and 3 deletions
|
|
@ -66,15 +66,16 @@ public:
|
|||
const MOEOT & operator () (const eoPop < MOEOT > &_pop)
|
||||
{
|
||||
// use the selector
|
||||
return mo_roulette_wheel(_pop,total); //comparator ??
|
||||
return mo_roulette_wheel(_pop,tSize); //comparator ??
|
||||
}
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
/** comparator */
|
||||
moeoComparator < MOEOT > &comparator;
|
||||
|
||||
double & total;
|
||||
/** size */
|
||||
double & tSize;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue