Class DefaultIntegerDoubleSolution
java.lang.Object
org.uma.jmetal.solution.AbstractSolution<Solution<?>>
org.uma.jmetal.solution.integerdoublesolution.impl.DefaultIntegerDoubleSolution
- All Implemented Interfaces:
java.io.Serializable,IntegerDoubleSolution,Solution<Solution<?>>
@Deprecated public class DefaultIntegerDoubleSolution extends AbstractSolution<Solution<?>> implements IntegerDoubleSolution
Deprecated.
Defines an implementation of interface . This kind of solutions
contains a two solutions: an integer one and double one. The number of variables is then equal to
two, having the first and second variable assigned the integer and the double solution,
respectively.
- Author:
- Antonio J. Nebro
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DefaultIntegerDoubleSolution(java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Integer,java.lang.Integer>> integerBounds, java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Double,java.lang.Double>> doubleBounds, int numberOfObjectives)Deprecated.ConstructorDefaultIntegerDoubleSolution(java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Integer,java.lang.Integer>> integerBounds, java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Double,java.lang.Double>> doubleBounds, int numberOfObjectives, int numberOfConstraints)Deprecated.ConstructorDefaultIntegerDoubleSolution(DefaultIntegerDoubleSolution solution)Deprecated.Copy constructorDefaultIntegerDoubleSolution(IntegerSolution integerSolution, DoubleSolution doubleSolution)Deprecated.Constructor -
Method Summary
Modifier and Type Method Description DefaultIntegerDoubleSolutioncopy()Deprecated.DoubleSolutiongetDoubleSolution()Deprecated.IntegerSolutiongetIntegerSolution()Deprecated.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
-
Constructor Details
-
DefaultIntegerDoubleSolution
public DefaultIntegerDoubleSolution(java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Integer,java.lang.Integer>> integerBounds, java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Double,java.lang.Double>> doubleBounds, int numberOfObjectives, int numberOfConstraints)Deprecated.Constructor -
DefaultIntegerDoubleSolution
public DefaultIntegerDoubleSolution(java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Integer,java.lang.Integer>> integerBounds, java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Double,java.lang.Double>> doubleBounds, int numberOfObjectives)Deprecated.Constructor -
DefaultIntegerDoubleSolution
public DefaultIntegerDoubleSolution(IntegerSolution integerSolution, DoubleSolution doubleSolution)Deprecated.Constructor -
DefaultIntegerDoubleSolution
Deprecated.Copy constructor
-
-
Method Details
-
getIntegerSolution
Deprecated.- Specified by:
getIntegerSolutionin interfaceIntegerDoubleSolution
-
getDoubleSolution
Deprecated.- Specified by:
getDoubleSolutionin interfaceIntegerDoubleSolution
-
copy
Deprecated.
-