JGAP

Package org.jgap.distr.grid.gp

Grid computing for GP

See:
          Description

Interface Summary
IClientEvolveStrategyGP Interface for defining a strategy that controls how a client evolves generations of GP's.
IClientFeedbackGP Interface for the feedback a client receives as a listener.
IGenotypeInitializerGP Interface specifying how to initialize a GPGenotype on behalf of the worker.
IGridConfigurationGP Interface for a GP-related grid configuration.
IRequestSplitStrategyGP Interface for a strategy how to split a GP work request into parts.
IWorkerEvolveStrategyGP Interface for defining a strategy that controls how a worker evolves a single GP request.
IWorkerReturnStrategyGP Defines which part of a result is returned by a worker.
 

Class Summary
DefaultEvolveStrategyGP Default and simple implementation of IWorkerEvolveStrategyGP.
GridConfigurationGPBase Abstract base class for the important GP grid configuration.
JGAPClientGP A client defines work for the grid and sends it to the JGAPServer.
JGAPGPXStream Specialized version of XStream for JGAP.
JGAPRequestGP An instance that defines a request from which work packages are generated that are sent to workers in the grid.
JGAPResultGP Holds the result of a worker.
JGAPWorkerGP A GP worker receives work units from a JGAPServer and sends back computed solutions to the same JGAPServer.
JGAPWorkersGP A GP worker receives work units from a JGAPServer and sends back computed solutions to a JGAPServer.
NullClientFeedbackGP Null implementation of client feedback for GP.
 

Package org.jgap.distr.grid.gp Description

Grid computing for GP


JGAP