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.
|
Copyright © 2016–2020 Hipparchus.org. All rights reserved.