EvolvingObjects
|
eoBitInversion: inverts the bits of the chromosome between an interval More...
#include <ga/eoBitOp.h>
Public Member Functions | |
virtual std::string | className () const |
The class name. | |
bool | operator() (Chrom &chrom) |
Inverts a range of bits in a binary chromosome. |
eoBitInversion: inverts the bits of the chromosome between an interval
bool eoBitInversion< Chrom >::operator() | ( | Chrom & | chrom | ) | [inline, virtual] |
Inverts a range of bits in a binary chromosome.
chrom | The chromosome whos bits are going to be inverted (a range). |
Implements eoUF< Chrom &, bool >.
Definition at line 211 of file eoBitOp.h.
References eoRng::random().