#include "Chromosome.h"
#include "Platform.h"
#include "RepresentationInterfaces.h"
#include "DomainChromosome.h"
Namespaces | |
namespace | Chromosome |
namespace | Chromosome::Representation |
Classes | |
class | Chromosome::Representation::GaSingleValueChromosome< TYPE > |
This class can be used for chromosomes which code has only one value. Value can be of any type as long as that type obeys requirements introduced by value set. More... | |
class | Chromosome::Representation::GaSVArithmeticChromosome< TYPE > |
This class can be used for chromosomes which code has only one value that supports arithmetic operations. Value can be of any type as long as that type obeys requirements introduced by value set and has defined arithmetic operators. More... |