#include <eoVariableLengthMutation.h>
Inheritance diagram for eoVlDelMutation< EOT >:

Public Types | |
| typedef EOT::AtomType | AtomType |
Public Member Functions | |
| eoVlDelMutation (unsigned _nMin, eoGeneDelChooser< EOT > &_chooser) | |
| ctor with an external gene chooser | |
| eoVlDelMutation (unsigned _nMin) | |
| ctor with uniform gene chooser - the default | |
| bool | operator() (EOT &_eo) |
| Do the job (delete one gene). | |
| virtual std::string | className () const |
Private Attributes | |
| unsigned | nMin |
| eoUniformGeneChooser< EOT > | uChooser |
| eoGeneDelChooser< EOT > & | chooser |
Definition at line 110 of file eoVariableLengthMutation.h.
|
||||||||||||||||
|
ctor with an external gene chooser
Definition at line 121 of file eoVariableLengthMutation.h. |
|
||||||||||
|
ctor with uniform gene chooser - the default
Definition at line 128 of file eoVariableLengthMutation.h. |
|
||||||||||
|
Do the job (delete one gene).
Implements eoUF< EOT &, bool >. Definition at line 134 of file eoVariableLengthMutation.h. |
1.3.9.1