Accord.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 ) : Accord.Math.Random
source PermutationChromosome Source chromosome to copy.
return Accord.Math.Random
        protected PermutationChromosome(PermutationChromosome source) : base(source) { }

Same methods

PermutationChromosome::PermutationChromosome ( int length ) : Accord.Math.Random