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:
-
Field Summary
Fields inherited from class org.uma.jmetal.solution.AbstractSolution
attributes -
Constructor Summary
ConstructorsConstructorDescriptionIntegerPermutationSolution(int permutationLength, int numberOfObjectives, int numberOfConstraints) ConstructorCopy Constructor -
Method Summary
Methods inherited from class org.uma.jmetal.solution.AbstractSolution
attributes, constraints, equals, hashCode, objectives, toString, variablesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.uma.jmetal.solution.Solution
attributes, constraints, objectives, variables
-
Constructor Details
-
IntegerPermutationSolution
public IntegerPermutationSolution(int permutationLength, int numberOfObjectives, int numberOfConstraints) Constructor -
IntegerPermutationSolution
Copy Constructor
-
-
Method Details