Class PermutationSwapMutation<T>

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

public class PermutationSwapMutation<T> extends Object implements MutationOperator<PermutationSolution<T>>
This class implements a swap mutation. The solution type of the solution must be Permutation.
Author:
Antonio J. Nebro, Juan J. Durillo
See Also: