JGAP

Package examples.grid.fitnessDistributed

Example for distributedly computing fitness values.

See:
          Description

Class Summary
ClientEvolveStrategy Sample implementation of a strategy for evolving a generation on the client.
FitnessSplitStrategy Sample implementation of IRequestSplitStrategy.
GridConfiguration Main configuration for defining the problem and the way it is solved in the grid.
MyClientFeedback Listener for feedback sent to the client.
MyGAWorker Receives work, computes a solution and returns the solution to the requester.
MyRequest An instance splitting a single request into multiple requests that will be sent to multiple workers for computation.
MyRequestSplitStrategy Sample implementation of IRequestSplitStrategy to split a single request into multiple requests for workers.
MyResult Stores the result of a computation.
MyWorkerFeedback Listener called on worker events.
MyWorkerReturnStrategy Just compute the fitness value in our example, where only fitness value computation is dirtibuted.
SampleFitnessFunction Fitness function for our example.
ServerAndWorker Convenience call to start both the server and a worker at once.
 

Package examples.grid.fitnessDistributed Description

Example for distributedly computing fitness values. Evolution happens locally on the client


JGAP