SingleValueChromosome.h File Reference

This file contains declaration and implementation of single-value chromosome classes (with and without support for arithmetic crossover operations). More...

#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...


Detailed Description

This file contains declaration and implementation of single-value chromosome classes (with and without support for arithmetic crossover operations).


Genetic Algorithm Library
Coolsoft Software Development