org.encog.ml.genetic.genome
public class IntegerArrayGenomeFactory extends Object implements GenomeFactory
Constructor and Description |
---|
IntegerArrayGenomeFactory(int theSize)
Create the integer genome of a fixed size.
|
public IntegerArrayGenomeFactory(int theSize)
theSize
- The size to use.public Genome factor()
factor
in interface GenomeFactory
public Genome factor(Genome other)
factor
in interface GenomeFactory
other
- The other genome.Copyright © 2014. All Rights Reserved.