JGAP

Package org.jgap.impl.job

Splitting a evolution request into chunks (jobs) in order to compute them distributedly.

See:
          Description

Interface Summary
IEvolveJob Interface for a job to do evolution (via JGAP, but possibly via other frameworks).
IJob Interface for jobs of any kind.
IPopulationSplitter For splitting a single population into smaller chunks.
 

Class Summary
EvolveData Data needed by a IEvolveJob implementation to evolve.
EvolveJob A job that evolves a population.
EvolveResult Result of an evolution.
JobBase Abstract base class for JGAP jobs.
JobData Holds all data needed to execute a JGAP job.
JobResult  
MaxFunction Fitness function for SimpleJobConsumer.
SimpleJobConsumer Sample implementation of a service that generates jobs, takes them, executes them, receives results from finished jobs and merges the results in order to start a new round of evolution.
SimplePopulationSplitter Simple implementation of IPopulationSplitter.
 

Package org.jgap.impl.job Description

Splitting a evolution request into chunks (jobs) in order to compute them distributedly.


JGAP