Package | Description |
---|---|
org.apache.commons.math3.analysis |
Parent package for common numerical analysis procedures, including root finding,
function interpolation and integration.
|
org.apache.commons.math3.analysis.differentiation |
This package holds the main interfaces and basic building block classes
dealing with differentiation.
|
org.apache.commons.math3.optimization.general |
This package provides optimization algorithms that require derivatives.
|
Modifier and Type | Method and Description |
---|---|
static MultivariateDifferentiableFunction |
FunctionUtils.toMultivariateDifferentiableFunction(DifferentiableMultivariateFunction f)
Deprecated.
this conversion method is temporary in version 3.1, as the
DifferentiableMultivariateFunction interface itself is deprecated |
Modifier and Type | Method and Description |
---|---|
static DifferentiableMultivariateFunction |
FunctionUtils.toDifferentiableMultivariateFunction(MultivariateDifferentiableFunction f)
Deprecated.
this conversion method is temporary in version 3.1, as the
DifferentiableMultivariateFunction interface itself is deprecated |
Constructor and Description |
---|
GradientFunction(MultivariateDifferentiableFunction f)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
PointValuePair |
AbstractScalarDifferentiableOptimizer.optimize(int maxEval,
MultivariateDifferentiableFunction f,
GoalType goalType,
double[] startPoint)
Deprecated.
Optimize an objective function.
|
protected PointValuePair |
AbstractDifferentiableOptimizer.optimizeInternal(int maxEval,
MultivariateDifferentiableFunction f,
GoalType goalType,
double[] startPoint)
Deprecated.
|
protected PointValuePair |
AbstractDifferentiableOptimizer.optimizeInternal(int maxEval,
MultivariateDifferentiableFunction f,
GoalType goalType,
OptimizationData... optData)
Deprecated.
Optimize an objective function.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.