Class IntegerPermutationSolution

java.lang.Object
org.uma.jmetal.solution.AbstractSolution<Integer>
org.uma.jmetal.solution.permutationsolution.impl.IntegerPermutationSolution
All Implemented Interfaces:
Serializable, PermutationSolution<Integer>, Solution<Integer>

public class IntegerPermutationSolution extends AbstractSolution<Integer> implements PermutationSolution<Integer>
Defines an implementation of solution composed of a permutation of integers. A permutation is represented as a list of integers, so the permutation length is equal to the number of variables.
Author:
Antonio J. Nebro
See Also: