org.jgap.gp.impl
Class FitnessProportionateSelection
- java.lang.Object
-
- org.jgap.gp.impl.FitnessProportionateSelection
-
- All Implemented Interfaces:
- java.io.Serializable, INaturalGPSelector
Deprecated.use TournamentSelector or WeightedGPRouletteSelector instead
public class FitnessProportionateSelection extends java.lang.Object implements INaturalGPSelector, java.io.Serializable
Selects individuals proportionally according to their adjusted fitness.- Since:
- 3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description FitnessProportionateSelection()Deprecated.Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description IGPProgramselect(GPGenotype a_genotype)Deprecated.use TournamentSelector or WeightedGPRouletteSelector instead
-
-
-
Constructor Detail
-
FitnessProportionateSelection
public FitnessProportionateSelection()
Deprecated.Constructor.- Since:
- 3.2
-
-
Method Detail
-
select
public IGPProgram select(GPGenotype a_genotype)
Deprecated. use TournamentSelector or WeightedGPRouletteSelector insteadDescription copied from interface:INaturalGPSelectorSelect an individual based on an arbitrary algorithm.- Specified by:
selectin interfaceINaturalGPSelector- Parameters:
a_genotype- GPGenotype- Returns:
- IGPProgram
-
-
DMelt 3.0 © DataMelt by jWork.ORG