JGAP

org.jgap.distr.grid.gp
Interface IGenotypeInitializerGP

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
MyGenotypeInitializer

public interface IGenotypeInitializerGP
extends java.io.Serializable

Interface specifying how to initialize a GPGenotype on behalf of the worker.

Since:
3.2

Field Summary
static java.lang.String CVS_REVISION
          String containing the CVS revision.
 
Method Summary
 GPGenotype setupGenotype(JGAPRequestGP a_req, GPPopulation a_initialPop)
           
 

Field Detail

CVS_REVISION

static final java.lang.String CVS_REVISION
String containing the CVS revision. Read out via reflection!

See Also:
Constant Field Values
Method Detail

setupGenotype

GPGenotype setupGenotype(JGAPRequestGP a_req,
                         GPPopulation a_initialPop)
                         throws java.lang.Exception
Throws:
java.lang.Exception

JGAP