EvolvingObjects
|
eoBitNext --> next value when bitstring considered 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. |
eoBitNext --> next value when bitstring considered as binary value
bool eoBitNext< Chrom >::operator() | ( | Chrom & | chrom | ) | [inline, virtual] |
Change the bit std::string x to be x+1.
chrom | The chromosome to be added one. |
Implements eoUF< Chrom &, bool >.