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

Class IntegerArrayGenomeFactory

  • All Implemented Interfaces:
    GenomeFactory


    public class IntegerArrayGenomeFactory
    extends java.lang.Object
    implements GenomeFactory
    A factory to create integer genomes of a specific size.
    • Constructor Summary

      Constructors 
      Constructor and Description
      IntegerArrayGenomeFactory(int theSize)
      Create the integer genome of a fixed size.
    • Constructor Detail

      • IntegerArrayGenomeFactory

        public IntegerArrayGenomeFactory(int theSize)
        Create the integer genome of a fixed size.
        Parameters:
        theSize - The size to use.
    • 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.