Package org.hipparchus.optim.univariate
Class UnivariatePointValuePair
java.lang.Object
org.hipparchus.optim.univariate.UnivariatePointValuePair
- All Implemented Interfaces:
Serializable
This class holds a point and the value of an objective function at this
point.
This is a simple immutable container.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnivariatePointValuePair
(double point, double value) Build a point/objective function value pair. -
Method Summary