#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.
|
||||||||||
|
modifies the parent
Requirement if (_genotype has been modified) isModified = true; else isModified = false; Implements eoUF< GenotypeT &, bool >. Definition at line 47 of file eoOneMaxMutation.h. |
1.3.9.1