Class ScrambleMutation<T>

java.lang.Object
org.uma.jmetal.operator.mutation.impl.ScrambleMutation<T>
All Implemented Interfaces:
Serializable, MutationOperator<PermutationSolution<T>>, Operator<PermutationSolution<T>,PermutationSolution<T>>

public class ScrambleMutation<T> extends Object implements MutationOperator<PermutationSolution<T>>
Scramble Mutation operator for permutation-based genetic algorithms. This operator selects a subsequence of the permutation and shuffles it.
Author:
Nicolás R. Uribe
See Also: