#include "Chromosome.h"
#include "Platform.h"
#include "ValueSets.h"
Namespaces | |
namespace | Chromosome |
namespace | Chromosome::Representation |
Classes | |
class | Chromosome::Representation::GaChromosomeDomainBlock< T > |
This class is CCB for chromosomes which have codes with values which must bi in defined domain. This CCB stores pointer to value set. More... | |
class | Chromosome::Representation::GaDomainChromosome< T > |
GaDomainChromosome class should be base for chromosomes which have codes with values which must bi in defined domain. More... |