Serializablepublic class UnivariatePointValuePair extends Object implements Serializable
| Constructor | Description |
|---|---|
UnivariatePointValuePair(double point,
double value) |
Build a point/objective function value pair.
|
| Modifier and Type | Method | Description |
|---|---|---|
double |
getPoint() |
Get the point.
|
double |
getValue() |
Get the value of the objective function.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.