#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. | |
Definition at line 146 of file eoBitOp.h.
| 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 >.
1.5.5