org.encog.ml.genetic
Class MLMethodGenomeFactory
java.lang.Object
org.encog.ml.genetic.MLMethodGenomeFactory
- All Implemented Interfaces:
- GenomeFactory
public class MLMethodGenomeFactory
- extends Object
- implements GenomeFactory
A factory to create MLMethod based genomes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MLMethodGenomeFactory
public MLMethodGenomeFactory(MethodFactory theFactory,
Population thePopulation)
- Construct the genome factory.
- Parameters:
theFactory
- The factory.thePopulation
- The population.
factor
public Genome factor()
-
- Specified by:
factor
in interface GenomeFactory
- Returns:
- The newly created genome.
factor
public Genome factor(Genome other)
- Create a clone of the other genome.
- Specified by:
factor
in interface GenomeFactory
- Parameters:
other
- The other genome.
- Returns:
- The newly created clone.
Copyright © 2014. All Rights Reserved.