GeneticSharp.Domain.Chromosomes Namespace

GeneticSharp

GeneticSharp.Domain.Chromosomes Namespace GeneticSharp
Models for chromosomes and genes.
Classes

  Class Description
Public class ChromosomeBase
A base class for chromosomes.
Public class ChromosomeExtensions
Chromosome extensions.
Structures

  Structure Description
Public structure Gene
Represents a gene of a chromosome.
Interfaces

  Interface Description
Public interface IChromosome
Defines an interface for a chromosome.
Remarks

In genetic algorithms, a chromosome (also sometimes called a genome) is a set of parameters which define a proposed solution to the problem that the genetic algorithm is trying to solve. The chromosome is often represented as a simple string, although a wide variety of other data structures are also used. Onlinehttp://en.wikipedia.org/wiki/Chromosome_(genetic_algorithm)
Public interface IChromosomeOperator
Defines a basic interface for operators which works with chromosomes.