Class DefaultIntegerSolution
java.lang.Object
org.uma.jmetal.solution.AbstractSolution<Integer>
org.uma.jmetal.solution.integersolution.impl.DefaultIntegerSolution
- All Implemented Interfaces:
Serializable,IntegerSolution,Solution<Integer>
Defines an implementation of the
IntegerSolution interface- Author:
- Antonio J. Nebro
- See Also:
-
Field Summary
FieldsFields inherited from class org.uma.jmetal.solution.AbstractSolution
attributes -
Constructor Summary
ConstructorsConstructorDescriptionDefaultIntegerSolution(List<Bounds<Integer>> boundsList, int numberOfObjectives, int numberOfConstraints) ConstructorDefaultIntegerSolution(DefaultIntegerSolution 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
-
DefaultIntegerSolution
-
DefaultIntegerSolution
Copy constructor
-
-
Method Details
-
getBounds
- Specified by:
getBoundsin interfaceIntegerSolution
-
copy
-