Package | Description |
---|---|
org.apache.commons.math3.optimization |
All classes and sub-packages of this package are deprecated.
|
org.apache.commons.math3.optimization.direct |
This package provides optimization algorithms that don't require derivatives.
|
org.apache.commons.math3.optimization.general |
This package provides optimization algorithms that require derivatives.
|
Modifier and Type | Class and Description |
---|---|
class |
InitialGuess
Deprecated.
As of 3.1 (to be removed in 4.0).
|
class |
SimpleBounds
Deprecated.
As of 3.1 (to be removed in 4.0).
|
class |
Target
Deprecated.
As of 3.1 (to be removed in 4.0).
|
class |
Weight
Deprecated.
As of 3.1 (to be removed in 4.0).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSimplex
Deprecated.
As of 3.1 (to be removed in 4.0).
|
static class |
CMAESOptimizer.PopulationSize
Deprecated.
Population size.
|
static class |
CMAESOptimizer.Sigma
Deprecated.
Input sigma values.
|
class |
MultiDirectionalSimplex
Deprecated.
As of 3.1 (to be removed in 4.0).
|
class |
NelderMeadSimplex
Deprecated.
As of 3.1 (to be removed in 4.0).
|
Modifier and Type | Method and Description |
---|---|
PointValuePair |
BaseAbstractMultivariateOptimizer.optimize(int maxEval,
FUNC f,
GoalType goalType,
OptimizationData... optData)
Deprecated.
Optimize an objective function.
|
protected PointVectorValuePair |
BaseAbstractMultivariateVectorOptimizer.optimize(int maxEval,
FUNC f,
OptimizationData... optData)
Deprecated.
Optimize an objective function.
|
protected PointValuePair |
BaseAbstractMultivariateOptimizer.optimizeInternal(int maxEval,
FUNC f,
GoalType goalType,
OptimizationData... optData)
Deprecated.
Optimize an objective function.
|
protected PointVectorValuePair |
BaseAbstractMultivariateVectorOptimizer.optimizeInternal(int maxEval,
FUNC f,
OptimizationData... optData)
Deprecated.
Optimize an objective function.
|
protected PointValuePair |
SimplexOptimizer.optimizeInternal(int maxEval,
MultivariateFunction f,
GoalType goalType,
OptimizationData... optData)
Deprecated.
Optimize an objective function.
|
protected PointValuePair |
CMAESOptimizer.optimizeInternal(int maxEval,
MultivariateFunction f,
GoalType goalType,
OptimizationData... optData)
Deprecated.
Optimize an objective function.
|
Modifier and Type | Method and Description |
---|---|
protected PointValuePair |
AbstractDifferentiableOptimizer.optimizeInternal(int maxEval,
MultivariateDifferentiableFunction f,
GoalType goalType,
OptimizationData... optData)
Deprecated.
Optimize an objective function.
|
protected PointVectorValuePair |
AbstractLeastSquaresOptimizer.optimizeInternal(int maxEval,
MultivariateDifferentiableVectorFunction f,
OptimizationData... optData)
Deprecated.
As of 3.1. Override is necessary only until this class's generic
argument is changed to
MultivariateDifferentiableVectorFunction . |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.