Class RandomKeyMutation

java.lang.Object
org.apache.commons.math3.genetics.RandomKeyMutation
All Implemented Interfaces:
MutationPolicy

public class RandomKeyMutation extends 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