org.jgap.distr.grid
Class DefaultEvolveStrategy
- java.lang.Object
-
- org.jgap.distr.grid.DefaultEvolveStrategy
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, IWorkerEvolveStrategy, ICloneable
public class DefaultEvolveStrategy extends java.lang.Object implements IWorkerEvolveStrategy, ICloneable
Default and simple implementation of IWorkerEvolveStrategy.- Since:
- 3.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DefaultEvolveStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Objectclone()voidevolve(Genotype a_genotype)
-
-
-
Method Detail
-
evolve
public void evolve(Genotype a_genotype)
- Specified by:
evolvein interfaceIWorkerEvolveStrategy
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceICloneable- Overrides:
clonein classjava.lang.Object- Returns:
- deep clone of this instance
- Since:
- 3.2
-
-
DMelt 3.0 © DataMelt by jWork.ORG