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

@ -48,6 +48,8 @@ the original population, is an instantiation of the next population and
has often a selection function embedded in it to select new individuals.
Note that the actual work is performed in the apply function.
AND that the apply function is responsible for invalidating
the object if necessary
*/
template <class EOT>
class eoGenOp : public eoOp<EOT>, public eoUF<eoPopulator<EOT> &, void>