org.jgap.distr
Class DistributedGenotype
- java.lang.Object
-
- org.jgap.Genotype
-
- org.jgap.distr.DistributedGenotype
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Runnable
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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DistributedGenotype(Configuration a_activeConfiguration, Population a_population)
-
Method Summary
-
Methods inherited from class org.jgap.Genotype
applyGeneticOperators, equals, evolve, evolve, evolve, fillPopulation, getChromosomes, getConfiguration, getEvolves, getFittestChromosome, getFittestChromosome, getFittestChromosomes, getPopulation, getStaticConfiguration, hashCode, mergeResults, randomInitialGenotype, run, setStaticConfiguration, toString
-
-
-
-
Constructor Detail
-
DistributedGenotype
public DistributedGenotype(Configuration a_activeConfiguration, Population a_population) throws InvalidConfigurationException
- Throws:
InvalidConfigurationException
-
-
DMelt 3.0 © DataMelt by jWork.ORG