Class AbstractIntegerPermutationProblem
java.lang.Object
org.uma.jmetal.problem.permutationproblem.impl.AbstractIntegerPermutationProblem
- All Implemented Interfaces:
Serializable,PermutationProblem<PermutationSolution<Integer>>,Problem<PermutationSolution<Integer>>
- Direct Known Subclasses:
FakeIntegerPermutationProblem
public abstract class AbstractIntegerPermutationProblem
extends Object
implements PermutationProblem<PermutationSolution<Integer>>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.uma.jmetal.problem.Problem
evaluate, name, numberOfConstraints, numberOfObjectives, numberOfVariables
-
Constructor Details
-
AbstractIntegerPermutationProblem
public AbstractIntegerPermutationProblem()
-
-
Method Details
-
createSolution
- Specified by:
createSolutionin interfaceProblem<PermutationSolution<Integer>>
-
length
public int length()- Specified by:
lengthin interfacePermutationProblem<PermutationSolution<Integer>>
-