#include <eoOneMaxMutation.h>
Inheritance diagram for eoOneMaxMutation< GenotypeT >:

Public Member Functions | |
| eoOneMaxMutation () | |
| Ctor - no requirement. | |
| string | className () const |
| The class name. Used to display statistics. | |
| bool | operator() (GenotypeT &_genotype) |
| modifies the parent | |
THere is NO ASSUMPTION on the class GenoypeT. In particular, it does not need to derive from EO
Definition at line 25 of file eoOneMaxMutation.h.
| bool eoOneMaxMutation< GenotypeT >::operator() | ( | GenotypeT & | _genotype | ) | [inline, virtual] |
modifies the parent
| _genotype | The parent genotype (will be modified) |
Requirement if (_genotype has been modified) isModified = true; else isModified = false;
Implements eoUF< GenotypeT &, bool >.
Definition at line 47 of file eoOneMaxMutation.h.
1.4.7