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 GenomeFactorypublic Genome factor(Genome other)
factor in interface GenomeFactoryother - The other genome.Copyright © 2014. All Rights Reserved.