org.apache.commons.math3.optim.univariate
Class UnivariateObjectiveFunction

java.lang.Object
  extended by 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 $

Constructor Summary
UnivariateObjectiveFunction(UnivariateFunction f)
           
 
Method Summary
 UnivariateFunction getObjectiveFunction()
          Gets the function to be optimized.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnivariateObjectiveFunction

public UnivariateObjectiveFunction(UnivariateFunction f)
Parameters:
f - Function to be optimized.
Method Detail

getObjectiveFunction

public UnivariateFunction getObjectiveFunction()
Gets the function to be optimized.

Returns:
the objective function.


Copyright © 2016 CNES. All Rights Reserved.