public class UnivariateObjectiveFunction extends Object implements OptimizationData
| Constructor and Description | 
|---|
| UnivariateObjectiveFunction(UnivariateFunction f) | 
| Modifier and Type | Method and Description | 
|---|---|
| UnivariateFunction | getObjectiveFunction()Gets the function to be optimized. | 
public UnivariateObjectiveFunction(UnivariateFunction f)
f - Function to be optimized.public UnivariateFunction getObjectiveFunction()
Copyright © 2016–2020 Hipparchus.org. All rights reserved.