JGAP

org.jgap.distr.grid.gp
Class DefaultEvolveStrategyGP

java.lang.Object
  extended by org.jgap.distr.grid.gp.DefaultEvolveStrategyGP
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IWorkerEvolveStrategyGP, ICloneable

public class DefaultEvolveStrategyGP
extends java.lang.Object
implements IWorkerEvolveStrategyGP, ICloneable

Default and simple implementation of IWorkerEvolveStrategyGP.

Since:
3.2
See Also:
Serialized Form

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

Constructor Detail

DefaultEvolveStrategyGP

public DefaultEvolveStrategyGP()
Method Detail

evolve

public void evolve(GPGenotype a_genotype)
Specified by:
evolve in interface IWorkerEvolveStrategyGP

clone

public java.lang.Object clone()
Specified by:
clone in interface ICloneable
Overrides:
clone in class java.lang.Object
Returns:
deep clone of this instance
Since:
3.2

JGAP