JGAP

Package org.jgap.distr

Distributed Computing of populations of a Genetic Algorithm

See:
          Description

Interface Summary
IPopulationMerger Interface for implementations allowing to merge two or more independent Population's to be merged together into one Population.
IWorker Interface for workers processing requests from an IMaster instance.
 

Class Summary
Breeder Breeds populations using a GA that will be breeded either on a single server or on multiple servers being whose results will be merged/synchronized later on.
Culture Culture is a memory not being bound to a generation, but possibly persistent during the whole history of a genotype (over all generations).
CultureMemoryCell Represents a memory cell used within Culture, a special form of memory.
DistributedGenotype Genotype that is running on one of many servers computing a population.
Master Represents an IMaster instance.
MasterInfo Holds information about an IMaster instance and allows to communicate with it.
MasterListener Represents a listener for requests from the master to his workers
Problem A problem to be solved by a worker.
RequestDispatcher  
Worker Worker implementation.
WorkerCommand Command sent by an IMaster instance to an IWorker instance.
WorkerListener Represents a listener for requests from workers to the master.
 

Package org.jgap.distr Description

Distributed Computing of populations of a Genetic Algorithm


JGAP