Class MutateGenericImplementation

    • Method Detail

      • mutate

        public void mutate​(Genotype genotype,
                           double p)
        Description copied from interface: Mutate
        Performs a mutation for a Genotype.
        Specified by:
        mutate in interface Mutate<Genotype>
        Parameters:
        genotype - the genotype to be mutated
        p - the mutation rate
      • mutateComposite

        protected void mutateComposite​(CompositeGenotype<?,​?> genotype,
                                       double p)