org.encog.ml.genetic
Class MLMethodGenomeFactory
- java.lang.Object
-
- org.encog.ml.genetic.MLMethodGenomeFactory
-
- All Implemented Interfaces:
- GenomeFactory
public class MLMethodGenomeFactory extends java.lang.Object implements GenomeFactory
A factory to create MLMethod based genomes.
-
-
Constructor Summary
Constructors Constructor and Description MLMethodGenomeFactory(MethodFactory theFactory, Population thePopulation)Construct the genome factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Genomefactor()Genomefactor(Genome other)Create a clone of the other genome.
-
-
-
Constructor Detail
-
MLMethodGenomeFactory
public MLMethodGenomeFactory(MethodFactory theFactory, Population thePopulation)
Construct the genome factory.- Parameters:
theFactory- The factory.thePopulation- The population.
-
-
Method Detail
-
factor
public Genome factor()
- Specified by:
factorin interfaceGenomeFactory- Returns:
- The newly created genome.
-
factor
public Genome factor(Genome other)
Create a clone of the other genome.- Specified by:
factorin interfaceGenomeFactory- Parameters:
other- The other genome.- Returns:
- The newly created clone.
-
-
DMelt 3.0 © DataMelt by jWork.ORG