Class AbstractBinaryProblem
java.lang.Object
org.uma.jmetal.problem.binaryproblem.impl.AbstractBinaryProblem
- All Implemented Interfaces:
Serializable,BinaryProblem,Problem<BinarySolution>
- Direct Known Subclasses:
FakeBinaryProblem
- 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.binaryproblem.BinaryProblem
numberOfBitsPerVariableMethods inherited from interface org.uma.jmetal.problem.Problem
evaluate, name, numberOfConstraints, numberOfObjectives, numberOfVariables
-
Constructor Details
-
AbstractBinaryProblem
public AbstractBinaryProblem()
-
-
Method Details
-
totalNumberOfBits
public int totalNumberOfBits()- Specified by:
totalNumberOfBitsin interfaceBinaryProblem
-
createSolution
- Specified by:
createSolutionin interfaceProblem<BinarySolution>
-