Interface IntegerDoubleSolution
- All Known Implementing Classes:
DefaultIntegerDoubleSolution
@Deprecated public interface IntegerDoubleSolution extends Solution<Solution<?>>
Deprecated.
Interface representing solutions containing an integer solution and a double solution
- Author:
- Antonio J. Nebro
-
Method Summary
Modifier and Type Method Description DoubleSolutiongetDoubleSolution()Deprecated.IntegerSolutiongetIntegerSolution()Deprecated.Methods inherited from interface org.uma.jmetal.solution.Solution
attributes, constraints, copy, objectives, variables
-
Method Details
-
getIntegerSolution
IntegerSolution getIntegerSolution()Deprecated. -
getDoubleSolution
DoubleSolution getDoubleSolution()Deprecated.
-