public class UnivariatePointValuePair
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private double |
point
Point.
|
private static long |
serialVersionUID
Serializable version identifier.
|
private double |
value
Value of the objective function at the point.
|
Constructor and Description |
---|
UnivariatePointValuePair(double point,
double value)
Build a point/objective function value pair.
|
Modifier and Type | Method and Description |
---|---|
double |
getPoint()
Get the point.
|
double |
getValue()
Get the value of the objective function.
|
private static final long serialVersionUID
private final double point
private final double value