|
JGAP | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
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. |
Example for distributedly computing fitness values. Evolution happens locally on the client
|
JGAP | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||