#include <ga/eoBitOp.h>
Inheritance diagram for eoBitMutation< Chrom >:

Public Member Functions | |
| eoBitMutation (const double &_rate=0.01, bool _normalize=false) | |
| (Default) Constructor. | |
| virtual std::string | className () const |
| The class name. | |
| bool | operator() (Chrom &chrom) |
| Mutate a chromosome. | |
Private Attributes | |
| double | rate |
| bool | normalize |
Definition at line 104 of file eoBitOp.h.
|
||||||||||||||||
|
(Default) Constructor.
|
|
||||||||||
|
Mutate a chromosome.
Implements eoUF< Chrom &, bool >. |
1.3.9.1