Class ModelFunction
- java.lang.Object
-
- org.apache.commons.math3.optim.nonlinear.vector.ModelFunction
-
- All Implemented Interfaces:
OptimizationData
@Deprecated public class ModelFunction extends Object implements OptimizationData
Deprecated.All classes and interfaces in this package are deprecated. The optimizers that were provided here were moved to theorg.apache.commons.math3.fitting.leastsquares
package (cf. MATH-1008).Model (vector) function to be optimized.- Since:
- 3.1
-
-
Constructor Summary
Constructors Constructor Description ModelFunction(MultivariateVectorFunction m)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description MultivariateVectorFunction
getModelFunction()
Deprecated.Gets the model function to be optimized.
-
-
-
Constructor Detail
-
ModelFunction
public ModelFunction(MultivariateVectorFunction m)
Deprecated.- Parameters:
m
- Model function to be optimized.
-
-
Method Detail
-
getModelFunction
public MultivariateVectorFunction getModelFunction()
Deprecated.Gets the model function to be optimized.- Returns:
- the model function.
-
-