org.apache.commons.math3.optim.univariate
Class UnivariateObjectiveFunction
java.lang.Object
org.apache.commons.math3.optim.univariate.UnivariateObjectiveFunction
- All Implemented Interfaces:
- OptimizationData
public class UnivariateObjectiveFunction
- extends Object
- implements OptimizationData
Scalar function to be optimized.
- Since:
- 3.1
- Version:
- $Id: UnivariateObjectiveFunction.java 7721 2013-02-14 14:07:13Z CardosoP $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnivariateObjectiveFunction
public UnivariateObjectiveFunction(UnivariateFunction f)
- Parameters:
f
- Function to be optimized.
getObjectiveFunction
public UnivariateFunction getObjectiveFunction()
- Gets the function to be optimized.
- Returns:
- the objective function.
Copyright © 2016 CNES. All Rights Reserved.