Documentation of 'org.jgap.gp.impl.FitnessProportionateSelection' Java class
FitnessProportionateSelection
org.jgap.gp.impl

Class 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 Detail

      • FitnessProportionateSelection

        public FitnessProportionateSelection()
        Deprecated. 
        Constructor.
        Since:
        3.2
    • Method Detail

      • select

        public IGPProgram select(GPGenotype a_genotype)
        Deprecated. use TournamentSelector or WeightedGPRouletteSelector instead
        Description copied from interface: INaturalGPSelector
        Select an individual based on an arbitrary algorithm.
        Specified by:
        select in interface INaturalGPSelector
        Parameters:
        a_genotype - GPGenotype
        Returns:
        IGPProgram

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.