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