A few minor corrections (and some comments) after Maarten big commit

This commit is contained in:
evomarc 2001-02-15 04:47:18 +00:00
commit bf0e84fc56
5 changed files with 15 additions and 11 deletions

View file

@ -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;
};