| java.lang.Object examples.grid.fitnessDistributed.ClientEvolveStrategy
ClientEvolveStrategy | public class ClientEvolveStrategy implements IClientEvolveStrategy(Code) | | Sample implementation of a strategy for evolving a generation on the client.
author: Klaus Meffert since: 3.2 |
CVS_REVISION | final public static String CVS_REVISION(Code) | | String containing the CVS revision. Read out via reflection!
|
ClientEvolveStrategy | public ClientEvolveStrategy()(Code) | | Default constructor is necessary here as it will be called dynamically!
Don't declare any other constructor as it will not be called!
|
afterWorkRequestsSent | public void afterWorkRequestsSent() throws Exception(Code) | | |
initialize | public void initialize(GridClient a_gc, Configuration a_config, IClientFeedback a_clientFeedback) throws Exception(Code) | | Called at the very beginning and only once before distributed evolution
starts.
Parameters: a_gc - GridClient Parameters: a_config - Configuration Parameters: a_clientFeedback - IClientFeedback throws: Exception - author: Klaus Meffert since: 3.2 |
isEvolutionFinished | public boolean isEvolutionFinished(int a_evolutionsDone)(Code) | | |
onFinished | public void onFinished()(Code) | | |
|
|