Class AbstractIntegerPermutationProblem
java.lang.Object
org.uma.jmetal.problem.AbstractGenericProblem<PermutationSolution<java.lang.Integer>>
org.uma.jmetal.problem.permutationproblem.impl.AbstractIntegerPermutationProblem
- All Implemented Interfaces:
java.io.Serializable,PermutationProblem<PermutationSolution<java.lang.Integer>>,Problem<PermutationSolution<java.lang.Integer>>
public abstract class AbstractIntegerPermutationProblem extends AbstractGenericProblem<PermutationSolution<java.lang.Integer>> implements PermutationProblem<PermutationSolution<java.lang.Integer>>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AbstractIntegerPermutationProblem() -
Method Summary
Modifier and Type Method Description PermutationSolution<java.lang.Integer>createSolution()Methods inherited from class org.uma.jmetal.problem.AbstractGenericProblem
getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, setName, setNumberOfConstraints, setNumberOfObjectives, setNumberOfVariablesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.uma.jmetal.problem.permutationproblem.PermutationProblem
getLengthMethods inherited from interface org.uma.jmetal.problem.Problem
evaluate, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables
-
Constructor Details
-
AbstractIntegerPermutationProblem
public AbstractIntegerPermutationProblem()
-
-
Method Details
-
createSolution
- Specified by:
createSolutionin interfaceProblem<PermutationSolution<java.lang.Integer>>
-