A few minor corrections (and some comments) after Maarten big commit
This commit is contained in:
parent
2ff2b66fdd
commit
bf0e84fc56
5 changed files with 15 additions and 11 deletions
|
|
@ -84,9 +84,9 @@ template<class EOT> class eoSGATransform : public eoTransform<EOT>
|
|||
};
|
||||
|
||||
private:
|
||||
eoQuadOp<EOT>& cross;
|
||||
eoInvalidateQuadOp<EOT> cross;
|
||||
double crossoverProba;
|
||||
eoMonOp<EOT>& mutate;
|
||||
eoInvalidateMonOp<EOT> mutate;
|
||||
double mutationProba;
|
||||
};
|
||||
|
||||
|
|
|
|||
Reference in a new issue