Package org.uma.jmetal.util.permutation
Class PermutationFactory
java.lang.Object
org.uma.jmetal.util.permutation.PermutationFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateIntegerPermutation(int length, BoundedRandomGenerator<Integer> randomGenerator)
-
Constructor Details
-
PermutationFactory
public PermutationFactory()
-
-
Method Details
-
createIntegerPermutation
public static List<Integer> createIntegerPermutation(int length, BoundedRandomGenerator<Integer> randomGenerator)
-