Interface BinaryProblem
- All Superinterfaces:
Problem<BinarySolution>,java.io.Serializable
- All Known Implementing Classes:
AbstractBinaryProblem
public interface BinaryProblem extends Problem<BinarySolution>
Interface representing binary problems
- Author:
- Antonio J. Nebro
-
Method Summary
Modifier and Type Method Description intgetBitsFromVariable(int index)java.util.List<java.lang.Integer>getListOfBitsPerVariable()intgetTotalNumberOfBits()Methods inherited from interface org.uma.jmetal.problem.Problem
createSolution, evaluate, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables
-
Method Details
-
getListOfBitsPerVariable
java.util.List<java.lang.Integer> getListOfBitsPerVariable() -
getBitsFromVariable
int getBitsFromVariable(int index) -
getTotalNumberOfBits
int getTotalNumberOfBits()
-