Package | Description |
---|---|
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.
|
Class and Description |
---|
AbstractSimplex
Deprecated.
As of 3.1 (to be removed in 4.0).
|
BaseAbstractMultivariateOptimizer
Deprecated.
As of 3.1 (to be removed in 4.0).
|
BaseAbstractMultivariateSimpleBoundsOptimizer
Deprecated.
As of 3.1 (to be removed in 4.0).
|
CMAESOptimizer.DoubleIndex
Deprecated.
Used to sort fitness values.
|
MultivariateFunctionMappingAdapter.Mapper
Deprecated.
Mapping interface.
|
PowellOptimizer.LineSearch
Deprecated.
Class for finding the minimum of the objective function along a given
direction.
|
Class and Description |
---|
BaseAbstractMultivariateOptimizer
Deprecated.
As of 3.1 (to be removed in 4.0).
|
BaseAbstractMultivariateVectorOptimizer
Deprecated.
As of 3.1 (to be removed in 4.0).
|