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