Interface PermutationProblem<S extends PermutationSolution<?>>
- All Superinterfaces:
Problem<S>,java.io.Serializable
- All Known Implementing Classes:
AbstractIntegerPermutationProblem
public interface PermutationProblem<S extends PermutationSolution<?>> extends Problem<S>
Interface representing permutation problems
- Author:
- Antonio J. Nebro
-
Method Summary
Modifier and Type Method Description intgetLength()Methods inherited from interface org.uma.jmetal.problem.Problem
createSolution, evaluate, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables
-
Method Details
-
getLength
int getLength()
-