Initializes a new instance of the DoubleArrayChromosome class.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public DoubleArrayChromosome( DoubleArrayChromosome source ) |
Parameters
- source
- Type: AForge.Genetic..::.DoubleArrayChromosome
Source chromosome to copy.
Remarks
This is a copy constructor, which creates the exact copy of specified chromosome.