org.apache.commons.math3.optim.nonlinear.scalar
Class ObjectiveFunction

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

Constructor Summary
ObjectiveFunction(MultivariateFunction f)
           
 
Method Summary
 MultivariateFunction 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

ObjectiveFunction

public ObjectiveFunction(MultivariateFunction f)
Parameters:
f - Function to be optimized.
Method Detail

getObjectiveFunction

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

Returns:
the objective function.


Copyright © 2017 CNES. All Rights Reserved.