org.encog.ml.genetic.genome
public class DoubleArrayGenomeFactory extends Object implements GenomeFactory
Constructor and Description |
---|
DoubleArrayGenomeFactory(int theSize)
Construct the genome factory.
|
public DoubleArrayGenomeFactory(int theSize)
theSize
- The size to create genomes of.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.