JGAP

examples.grid.evolutionDistributed
Class MyEvolveStrategy

java.lang.Object
  extended by examples.grid.evolutionDistributed.MyEvolveStrategy
All Implemented Interfaces:
java.io.Serializable, IWorkerEvolveStrategy

public class MyEvolveStrategy
extends java.lang.Object
implements IWorkerEvolveStrategy

Sample implementation of IWorkerEvolveStrategy.

Since:
3.2
See Also:
Serialized Form

Constructor Summary
MyEvolveStrategy()
           
 
Method Summary
 void evolve(Genotype a_genotype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyEvolveStrategy

public MyEvolveStrategy()
Method Detail

evolve

public void evolve(Genotype a_genotype)
Specified by:
evolve in interface IWorkerEvolveStrategy

JGAP