Interface DoubleSolution
- All Superinterfaces:
Serializable,Solution<Double>
- All Known Implementing Classes:
DefaultDoubleSolution
Interface representing double solutions, where the variables are a list of bounded double values.
Each double variable has associated a
Bounds<Double> object representing its lower and upper bounds.- Author:
- Antonio J. Nebro
-
Method Summary
Methods inherited from interface org.uma.jmetal.solution.Solution
attributes, constraints, copy, objectives, variables
-
Method Details
-
getBounds
-