org.apache.commons.math3.genetics
Class RandomKeyMutation

java.lang.Object
  extended by 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
Version:
$Id: RandomKeyMutation.java 7721 2013-02-14 14:07:13Z CardosoP $

Constructor Summary
RandomKeyMutation()
           
 
Method Summary
 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
 

Constructor Detail

RandomKeyMutation

public RandomKeyMutation()
Method Detail

mutate

public Chromosome mutate(Chromosome original)
                  throws MathIllegalArgumentException
Mutate the given chromosome.

Specified by:
mutate in interface MutationPolicy
Parameters:
original - the original chromosome.
Returns:
the mutated chromosome.
Throws:
MathIllegalArgumentException - if original is not a RandomKey instance


Copyright © 2017 CNES. All Rights Reserved.