public class DoubleArrayGenomeFactory extends java.lang.Object implements GenomeFactory
| Constructor and Description |
|---|
DoubleArrayGenomeFactory(int theSize)
Construct the genome factory.
|
| Modifier and Type | Method and Description |
|---|---|
Genome |
factor() |
Genome |
factor(Genome other)
Create a clone of the other genome.
|
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.