public class PrgGenomeFactory extends java.lang.Object implements GenomeFactory, java.io.Serializable
| Constructor and Description |
|---|
PrgGenomeFactory(EncogProgramContext theContext)
Construct a factory.
|
| Modifier and Type | Method and Description |
|---|---|
Genome |
factor() |
Genome |
factor(Genome other)
Create a clone of the other genome.
|
public PrgGenomeFactory(EncogProgramContext theContext)
theContext - The context to use.public Genome factor()
factor in interface GenomeFactorypublic Genome factor(Genome other)
factor in interface GenomeFactoryother - The other genome.