AForge.Genetic.PermutationChromosome.PermutationChromosome C# (CSharp) Method

PermutationChromosome() protected method

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.
return System
        protected PermutationChromosome( PermutationChromosome source ) : base( source ) { }

Same methods

PermutationChromosome::PermutationChromosome ( int length ) : System