public class MLMethodGenomeFactory extends java.lang.Object implements GenomeFactory
| Constructor and Description |
|---|
MLMethodGenomeFactory(MethodFactory theFactory,
Population thePopulation)
Construct the genome factory.
|
| Modifier and Type | Method and Description |
|---|---|
Genome |
factor() |
Genome |
factor(Genome other)
Create a clone of the other genome.
|
public MLMethodGenomeFactory(MethodFactory theFactory, Population thePopulation)
theFactory - The factory.thePopulation - The population.public Genome factor()
factor in interface GenomeFactorypublic Genome factor(Genome other)
factor in interface GenomeFactoryother - The other genome.