Interface IntegerProblem
- All Superinterfaces:
BoundedProblem<java.lang.Integer,IntegerSolution>,Problem<IntegerSolution>,java.io.Serializable
- All Known Implementing Classes:
AbstractIntegerProblem
public interface IntegerProblem extends BoundedProblem<java.lang.Integer,IntegerSolution>
Interface representing integer problems
- Author:
- Antonio J. Nebro
-
Method Summary
Methods inherited from interface org.uma.jmetal.problem.BoundedProblem
getBounds, getBoundsForVariables, getLowerBound, getUpperBoundMethods inherited from interface org.uma.jmetal.problem.Problem
createSolution, evaluate, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables