Class RandomKeyMutation

  • All Implemented Interfaces:
    MutationPolicy

    public class RandomKeyMutation
    extends java.lang.Object
    implements MutationPolicy
    Mutation operator for RandomKeys. Changes a randomly chosen element of the array representation to a random value uniformly distributed in [0,1].
    Since:
    2.0
    • Constructor Detail

      • RandomKeyMutation

        public RandomKeyMutation()
    • Method Detail

      • mutate

        public Chromosome mutate​(Chromosome original)
        Mutate the given chromosome.
        Specified by:
        mutate in interface MutationPolicy
        Parameters:
        original - the original chromosome.
        Returns:
        the mutated chromomsome.
        Throws:
        java.lang.IllegalArgumentException - if original is not a RandomKey instance