AForge.Genetic.PermutationChromosome.PermutationChromosome C# (CSharp) Méthode

PermutationChromosome() protected méthode

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

Same methods

PermutationChromosome::PermutationChromosome ( int length ) : System