#include <VirusOp.h>
Inheritance diagram for VirusShiftMutation< FitT >:

Public Member Functions | |
| VirusShiftMutation () | |
| Ctor. | |
| virtual std::string | className () const |
| The class name. | |
| bool | operator() (eoVirus< FitT > &_chrom) |
| Change one bit. | |
Definition at line 86 of file VirusOp.h.
| bool VirusShiftMutation< FitT >::operator() | ( | eoVirus< FitT > & | _chrom | ) | [inline, virtual] |
Change one bit.
| chrom | The cromosome which one bit is going to be changed. |
Implements eoUF< eoVirus< FitT > &, bool >.
Definition at line 99 of file VirusOp.h.
References eoVirus< FitT >::virusBit(), and eoVirus< FitT >::virusBitSet().
1.4.7