| Package | Description |
|---|---|
| org.apache.commons.math3.optimization.direct |
This package provides optimization algorithms that don't require derivatives.
|
| org.apache.commons.math3.optimization.univariate |
Univariate real functions minimum finding algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
PowellOptimizer.LineSearch
Deprecated.
Class for finding the minimum of the objective function along a given
direction.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UnivariateOptimizer
Deprecated.
As of 3.1 (to be removed in 4.0).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAbstractUnivariateOptimizer
Deprecated.
As of 3.1 (to be removed in 4.0).
|
class |
BrentOptimizer
Deprecated.
As of 3.1 (to be removed in 4.0).
|
class |
UnivariateMultiStartOptimizer<FUNC extends UnivariateFunction>
Deprecated.
As of 3.1 (to be removed in 4.0).
|
| Modifier and Type | Field and Description |
|---|---|
private BaseUnivariateOptimizer<FUNC> |
UnivariateMultiStartOptimizer.optimizer
Deprecated.
Underlying classical optimizer.
|
| Constructor and Description |
|---|
UnivariateMultiStartOptimizer(BaseUnivariateOptimizer<FUNC> optimizer,
int starts,
RandomGenerator generator)
Deprecated.
Create a multi-start optimizer from a single-start optimizer.
|