|
EvolvingObjects
|
Implementation of bitstring chromosome. More...
#include <ga/eoBit.h>
Public Member Functions | |
| eoBit (unsigned size=0, bool value=false) | |
| (Default) Constructor. | |
| virtual std::string | className () const |
| My class name. | |
| virtual void | printOn (std::ostream &os) const |
| To print me on a stream. | |
| virtual void | readFrom (std::istream &is) |
| To read me from a stream. | |
Implementation of bitstring chromosome.
Based on STL's std::vector<bool> specialization.
| virtual void eoBit< FitT >::printOn | ( | std::ostream & | os | ) | const [inline, virtual] |
To read me from a stream.
| is | The std::istream. |
Reimplemented from eoVector< FitT, bool >.