public class UnivariatePointValuePair extends Object implements Serializable
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.
|
Jas4pp 1.5 © Java Analysis Studio for Particle Physics