Package org.hipparchus.optim.univariate
Class UnivariateObjectiveFunction
java.lang.Object
org.hipparchus.optim.univariate.UnivariateObjectiveFunction
- All Implemented Interfaces:
OptimizationData
Scalar function to be optimized.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the function to be optimized.
-
Constructor Details
-
UnivariateObjectiveFunction
Simple constructor.- Parameters:
f
- Function to be optimized.
-
-
Method Details
-
getObjectiveFunction
Gets the function to be optimized.- Returns:
- the objective function.
-