#include <GenotypeDecoder.h>
Inheritance diagram for Teem::DummyGenotypeDecoder:

Those classes are responsible for decoding genotype.
Public Member Functions | |
| DummyGenotypeDecoder (const std::string &root) | |
| Constructor. | |
| virtual | ~DummyGenotypeDecoder () |
| Destructor. | |
| virtual Controller * | decode (Genome *genome) |
| Don't have a controller in this case. | |
| virtual Genome * | createGenome () |
| Create a random genome that is compatible with this decoder. | |
| void | setGenomeLength (size_t len) |
| Set the requested genome length. | |
Protected Attributes | |
| size_t | genomeLength |
| Requested genome length. | |
1.4.2