Class DefaultDoubleSolution
java.lang.Object
org.uma.jmetal.solution.AbstractSolution<Double>
org.uma.jmetal.solution.doublesolution.impl.DefaultDoubleSolution
- All Implemented Interfaces:
Serializable,DoubleSolution,Solution<Double>
Defines an implementation of the
DoubleSolution interface- Author:
- Antonio J. Nebro
- See Also:
-
Field Summary
FieldsFields inherited from class org.uma.jmetal.solution.AbstractSolution
attributes -
Constructor Summary
ConstructorsConstructorDescriptionDefaultDoubleSolution(List<Bounds<Double>> boundsList, int numberOfObjectives, int numberOfConstraints) ConstructorDefaultDoubleSolution(DefaultDoubleSolution solution) Copy constructor -
Method Summary
Methods inherited from class org.uma.jmetal.solution.AbstractSolution
attributes, constraints, equals, hashCode, objectives, toString, variablesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.uma.jmetal.solution.Solution
attributes, constraints, objectives, variables
-
Field Details
-
bounds
-
-
Constructor Details
-
DefaultDoubleSolution
-
DefaultDoubleSolution
Copy constructor
-
-
Method Details
-
getBounds
- Specified by:
getBoundsin interfaceDoubleSolution
-
copy
-