JGAP

org.jgap.gp
Interface IGPGeneticOperator

All Superinterfaces:
GeneticOperator, java.io.Serializable

public interface IGPGeneticOperator
extends GeneticOperator

Interface for genetic operators suitable for GP.

Since:
3.0

Field Summary
static java.lang.String CVS_REVISION
          String containing the CVS revision.
 
Method Summary
 
Methods inherited from interface org.jgap.GeneticOperator
operate
 

Field Detail

CVS_REVISION

static final java.lang.String CVS_REVISION
String containing the CVS revision. Read out via reflection!

See Also:
Constant Field Values

JGAP