org.jgap.distr
Class DistributedGenotype

java.lang.Object
  extended byorg.jgap.Genotype
      extended byorg.jgap.distr.DistributedGenotype
All Implemented Interfaces:
java.io.Serializable

public class DistributedGenotype
extends Genotype

Genotype that is running on one of many servers computing a population. This type of Genotype knows his companions (other servers to contact for distributed calculating of populations).

Since:
2.0
Author:
Klaus Meffert
See Also:
Serialized Form

Constructor Summary
DistributedGenotype(Configuration a_activeConfiguration, Population a_population)
           
 
Methods inherited from class org.jgap.Genotype
equals, evolve, evolve, getChromosomes, getConfiguration, getFittestChromosome, getPopulation, randomInitialGenotype, setActiveConfiguration, setConfiguration, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DistributedGenotype

public DistributedGenotype(Configuration a_activeConfiguration,
                           Population a_population)
                    throws InvalidConfigurationException