Class Best1Bin

  • Direct Known Subclasses:
    Best2Bin

    public class Best1Bin
    extends Rand1Bin
    The Best-1-Bin rule is the same as the Rand-1-Bin rule, except that it always pick the best candidate in the population to be the base.
    • Constructor Detail

      • Best1Bin

        public Best1Bin​(double Cr,
                        double F,
                        RandomLongGenerator uniform)
        Construct an instance of Best1Bin.
        Parameters:
        Cr - the crossover probability
        F - the scaling factor
        uniform - a uniform random number generator