Uses of Interface
org.apache.commons.math.analysis.DifferentiableMultivariateRealFunction
Packages that use DifferentiableMultivariateRealFunction
Package
Description
This package provides common interfaces for the optimization algorithms
provided in sub-packages.
This package provides optimization algorithms that require derivatives.
-
Uses of DifferentiableMultivariateRealFunction in org.apache.commons.math.optimization
Methods in org.apache.commons.math.optimization with parameters of type DifferentiableMultivariateRealFunctionModifier and TypeMethodDescriptionDifferentiableMultivariateRealOptimizer.optimize
(DifferentiableMultivariateRealFunction f, GoalType goalType, double[] startPoint) Optimizes an objective function.MultiStartDifferentiableMultivariateRealOptimizer.optimize
(DifferentiableMultivariateRealFunction f, GoalType goalType, double[] startPoint) Optimizes an objective function. -
Uses of DifferentiableMultivariateRealFunction in org.apache.commons.math.optimization.general
Methods in org.apache.commons.math.optimization.general with parameters of type DifferentiableMultivariateRealFunctionModifier and TypeMethodDescriptionAbstractScalarDifferentiableOptimizer.optimize
(DifferentiableMultivariateRealFunction f, GoalType goalType, double[] startPoint) Optimizes an objective function.