Initializes a new instance of the GPTreeChromosome class.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
protected GPTreeChromosome( GPTreeChromosome source ) |
Parameters
- source
- Type: AForge.Genetic..::.GPTreeChromosome
Source genetic tree to clone from.
Remarks
This constructor creates new genetic tree as a copy of the specified source tree.