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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Chromosome mutate​(Chromosome original)
      Mutate the given chromosome.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait