org.jgap.distr.grid
Interface IWorkerEvolveStrategy
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- DefaultEvolveStrategy, MyEvolveStrategy
public interface IWorkerEvolveStrategy
- extends java.io.Serializable
Interface for defining a strategy that controls how a worker evolves a single
request.
- Since:
- 3.2
|
Field Summary |
static java.lang.String |
CVS_REVISION
String containing the CVS revision. |
CVS_REVISION
static final java.lang.String CVS_REVISION
- String containing the CVS revision. Read out via reflection!
- See Also:
- Constant Field Values
evolve
void evolve(Genotype a_genotype)