|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math3.optim.univariate.UnivariateObjectiveFunction
public class UnivariateObjectiveFunction
Scalar function to be optimized.
Field Summary | |
---|---|
private UnivariateFunction |
function
Function to be optimized. |
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 |
Field Detail |
---|
private final UnivariateFunction function
Constructor Detail |
---|
public UnivariateObjectiveFunction(UnivariateFunction f)
f
- Function to be optimized.Method Detail |
---|
public UnivariateFunction getObjectiveFunction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |