org.apache.commons.math3.optim.nonlinear.scalar
Class ObjectiveFunction
java.lang.Object
org.apache.commons.math3.optim.nonlinear.scalar.ObjectiveFunction
- All Implemented Interfaces:
- OptimizationData
public class ObjectiveFunction
- extends Object
- implements OptimizationData
Scalar function to be optimized.
- Since:
- 3.1
- Version:
- $Id: ObjectiveFunction.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 |
ObjectiveFunction
public ObjectiveFunction(MultivariateFunction f)
- Parameters:
f
- Function to be optimized.
getObjectiveFunction
public MultivariateFunction getObjectiveFunction()
- Gets the function to be optimized.
- Returns:
- the objective function.
Copyright © 2016 CNES. All Rights Reserved.