Class PointSolution

java.lang.Object
org.uma.jmetal.solution.pointsolution.PointSolution
All Implemented Interfaces:
Serializable, Solution<Double>

public class PointSolution extends Object implements Solution<Double>
Solution used to wrap a point, i.e., an array of double values which are considered as objective values.
Author:
Antonio J. Nebro
See Also: