org.encog.ml.genetic
public class MLMethodGenomeFactory extends Object implements GenomeFactory
Constructor and Description |
---|
MLMethodGenomeFactory(MethodFactory theFactory,
Population thePopulation)
Construct the genome factory.
|
public MLMethodGenomeFactory(MethodFactory theFactory, Population thePopulation)
theFactory
- The factory.thePopulation
- The population.public Genome factor()
factor
in interface GenomeFactory
public Genome factor(Genome other)
factor
in interface GenomeFactory
other
- The other genome.Copyright © 2014. All Rights Reserved.