|
EvolvingObjects
|
eoBitPrev --> previous value when bitstring treated as binary value More...
#include <ga/eoBitOp.h>
Public Member Functions | |
| virtual std::string | className () const |
| The class name. | |
| bool | operator() (Chrom &chrom) |
| Change the bit std::string x to be x-1. | |
eoBitPrev --> previous value when bitstring treated as binary value
| bool eoBitPrev< Chrom >::operator() | ( | Chrom & | chrom | ) | [inline, virtual] |
Change the bit std::string x to be x-1.
| chrom | The chromosome to be substracted one. |
Implements eoUF< Chrom &, bool >.