Documentation of 'org.encog.ml.genetic.genome.DoubleArrayGenomeFactory' Java class
DoubleArrayGenomeFactory
org.encog.ml.genetic.genome

Class DoubleArrayGenomeFactory

  • All Implemented Interfaces:
    GenomeFactory


    public class DoubleArrayGenomeFactory
    extends java.lang.Object
    implements GenomeFactory
    A factory that creates DoubleArrayGenome objects of a specific size.
    • Constructor Detail

      • DoubleArrayGenomeFactory

        public DoubleArrayGenomeFactory(int theSize)
        Construct the genome factory.
        Parameters:
        theSize - The size to create genomes of.
    • Method Detail

      • factor

        public Genome factor(Genome other)
        Create a clone of the other genome.
        Specified by:
        factor in interface GenomeFactory
        Parameters:
        other - The other genome.
        Returns:
        The newly created clone.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.