JGAP

Package examples.grid.evolutionDistributed

Example for distributed evolution.

See:
          Description

Class Summary
ClientEvolveStrategy Sample implementation of a strategy for evolving a generation on the client.
GridConfiguration Main configuration for defining the problem and the way it is solved in the grid.
LocalEvolutionDemo Demonstrates how the grid configuration can be used to do the whole evolution locally (i.e. stand alone without server and workers).
MyClientFeedback Listener for feedback sent to the client.
MyEvolveStrategy Sample implementation of IWorkerEvolveStrategy.
MyGAWorker Receives work, computes a solution and returns the solution to the requester.
MyGenotypeInitializer Initializes the genotype on behalf of the workers in a grid.
MyRequestSplitStrategy Sample implementation of IRequestSplitStrategy to split a single request into multiple requests for workers.
MyWorkerReturnStrategy Return the top 10 results to the client.
SampleFitnessFunction Fitness function for our example.
ServerAndWorker Convenience call to start both the server and a worker at once.
 

Package examples.grid.evolutionDistributed Description

Example for distributed evolution.


JGAP