JGAP

examples.grid.evolutionDistributed
Class MyGenotypeInitializer

java.lang.Object
  extended by examples.grid.evolutionDistributed.MyGenotypeInitializer
All Implemented Interfaces:
java.io.Serializable, IGenotypeInitializer

public class MyGenotypeInitializer
extends java.lang.Object
implements IGenotypeInitializer

Initializes the genotype on behalf of the workers in a grid.

Since:
3.2
See Also:
Serialized Form

Constructor Summary
MyGenotypeInitializer()
           
 
Method Summary
 Genotype setupGenotype(JGAPRequest a_req, Population a_initialPop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyGenotypeInitializer

public MyGenotypeInitializer()
Method Detail

setupGenotype

public Genotype setupGenotype(JGAPRequest a_req,
                              Population a_initialPop)
                       throws java.lang.Exception
Specified by:
setupGenotype in interface IGenotypeInitializer
Throws:
java.lang.Exception

JGAP