AForge.Genetic.PermutationChromosome.PermutationChromosome C# (CSharp) Метод

PermutationChromosome() защищенный Метод

Initializes a new instance of the PermutationChromosome class.

This is a copy constructor, which creates the exact copy of specified chromosome.

protected PermutationChromosome ( PermutationChromosome source ) : System
source PermutationChromosome Source chromosome to copy.
Результат System
        protected PermutationChromosome( PermutationChromosome source ) : base( source ) { }

Same methods

PermutationChromosome::PermutationChromosome ( int length ) : System