|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jgap.Genotype
org.jgap.distr.DistributedGenotype
public class DistributedGenotype
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).
| Constructor Summary | |
|---|---|
DistributedGenotype(Configuration a_activeConfiguration,
Population a_population)
|
|
| Method Summary |
|---|
| Methods inherited from class org.jgap.Genotype |
|---|
applyGeneticOperator, applyGeneticOperators, applyNaturalSelectors, equals, evolve, evolve, getChromosomes, getConfiguration, getFittestChromosome, getFittestChromosome, getFittestChromosomes, getPopulation, getStaticConfiguration, hashCode, keepPopSizeConstant, randomInitialGenotype, run, setPopulation, setStaticConfiguration, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DistributedGenotype(Configuration a_activeConfiguration,
Population a_population)
throws InvalidConfigurationException
InvalidConfigurationException
|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||