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
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue