ChromosomeBase.CreateNew Method

GeneticSharp

ChromosomeBase CreateNew Method GeneticSharp
Creates a new chromosome using the same structure of this.

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

Syntax

public abstract IChromosome CreateNew()
public abstract IChromosome CreateNew()

Return Value

Type: IChromosome
The new chromosome.

Implements

IChromosome CreateNew 
See Also