Class PointSolution
java.lang.Object
org.uma.jmetal.solution.pointsolution.PointSolution
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPointSolution(double[] point) ConstructorPointSolution(int numberOfObjectives) ConstructorPointSolution(Solution<?> solution) Constructor -
Method Summary
-
Field Details
-
attributes
-
-
Constructor Details
-
PointSolution
public PointSolution(int numberOfObjectives) Constructor- Parameters:
numberOfObjectives-
-
PointSolution
public PointSolution(double[] point) Constructor- Parameters:
point-
-
PointSolution
-
-
Method Details
-
variables
-
objectives
public double[] objectives()- Specified by:
objectivesin interfaceSolution<Double>
-
constraints
public double[] constraints()- Specified by:
constraintsin interfaceSolution<Double>
-
attributes
-
copy
-
equals
-
hashCode
-
toString
-