org.encog.ml.ea.genome
Interface GenomeFactory

All Known Subinterfaces:
NEATGenomeFactory
All Known Implementing Classes:
DoubleArrayGenomeFactory, FactorHyperNEATGenome, FactorNEATGenome, IntegerArrayGenomeFactory, MLMethodGenomeFactory, PrgGenomeFactory

public interface GenomeFactory

Defines a factory that produces genomes.


Method Summary
 Genome factor()
           
 Genome factor(Genome other)
          Create a clone of the other genome.
 

Method Detail

factor

Genome factor()
Returns:
The newly created genome.

factor

Genome factor(Genome other)
Create a clone of the other genome.

Parameters:
other - The other genome.
Returns:
The newly created clone.


Copyright © 2014. All Rights Reserved.