ICrossover Interface

GeneticSharp

ICrossover Interface GeneticSharp
Defines a interface for a crossover genetic operator.
Remarks

In genetic algorithms, crossover is a genetic operator used to vary the programming of a chromosome or chromosomes from one generation to the next. It is analogous to reproduction and biological crossover, upon which genetic algorithms are based. Cross over is a process of taking more than one parent solutions and producing a child solution from them. OnlineCrossover (Genetic Algorithm)

Namespace: GeneticSharp.Domain.Crossovers
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public interface ICrossover : IChromosomeOperator
public interface ICrossover : IChromosomeOperator
See Also