Uses of Interface
org.apache.commons.math.analysis.DifferentiableMultivariateVectorialFunction
-
Packages that use DifferentiableMultivariateVectorialFunction Package Description org.apache.commons.math.optimization This package provides common interfaces for the optimization algorithms provided in sub-packages.org.apache.commons.math.optimization.general This package provides optimization algorithms that require derivatives. -
-
Uses of DifferentiableMultivariateVectorialFunction in org.apache.commons.math.optimization
Methods in org.apache.commons.math.optimization with parameters of type DifferentiableMultivariateVectorialFunction Modifier and Type Method Description VectorialPointValuePair
DifferentiableMultivariateVectorialOptimizer. optimize(DifferentiableMultivariateVectorialFunction f, double[] target, double[] weights, double[] startPoint)
Optimizes an objective function.VectorialPointValuePair
MultiStartDifferentiableMultivariateVectorialOptimizer. optimize(DifferentiableMultivariateVectorialFunction f, double[] target, double[] weights, double[] startPoint)
Optimizes an objective function. -
Uses of DifferentiableMultivariateVectorialFunction in org.apache.commons.math.optimization.general
Methods in org.apache.commons.math.optimization.general with parameters of type DifferentiableMultivariateVectorialFunction Modifier and Type Method Description VectorialPointValuePair
AbstractLeastSquaresOptimizer. optimize(DifferentiableMultivariateVectorialFunction f, double[] target, double[] weights, double[] startPoint)
Optimizes an objective function.
-