org.jgap.gp
Interface INaturalGPSelector
-
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- FitnessProportionateSelection, TournamentSelector
public interface INaturalGPSelector extends java.io.SerializableInterface for algorithms selecting individuals for evolutionary operations.- Since:
- 3.0
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCVS_REVISIONString containing the CVS revision.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description IGPProgramselect(GPGenotype a_genotype)Select an individual based on an arbitrary algorithm.
-
-
-
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
-
-
Method Detail
-
select
IGPProgram select(GPGenotype a_genotype)
Select an individual based on an arbitrary algorithm.- Parameters:
a_genotype- the genotype used- Returns:
- the individual chosen from the genotype's population
- Since:
- 3.0
-
-
DMelt 3.0 © DataMelt by jWork.ORG