JGAP

org.jgap.distr.grid
Interface IGenotypeInitializer

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

public interface IGenotypeInitializer
extends java.io.Serializable

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

Since:
3.2

Field Summary
static java.lang.String CVS_REVISION
          String containing the CVS revision.
 
Method Summary
 Genotype setupGenotype(JGAPRequest a_req, Population 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

Genotype setupGenotype(JGAPRequest a_req,
                       Population a_initialPop)
                       throws java.lang.Exception
Throws:
java.lang.Exception

JGAP