public class UnivariatePointValuePair extends Object implements Serializable
Constructor and Description |
---|
UnivariatePointValuePair(double pointIn,
double valueIn)
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 © 2018 CNES. All Rights Reserved.