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