JGAP

Package examples.grid.mathProblemDistributed

Example for distributed evolution with GP.

See:
          Description

Class Summary
ClientEvolveStrategy Sample implementation of a strategy for evolving a generation on the client.
GPPopulationInitializer  
GridConfiguration Main configuration for defining the problem and the way it is solved in the grid.
MyClientFeedback Listener for feedback sent to the GP 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.mathProblemDistributed Description

Example for distributed evolution with GP.


JGAP