Package | Description |
---|---|
org.apache.commons.math3.optimization.direct |
This package provides optimization algorithms that don't require derivatives.
|
Modifier and Type | Class and Description |
---|---|
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 |
---|---|
void |
SimplexOptimizer.setSimplex(AbstractSimplex simplex)
Deprecated.
As of 3.1. The initial simplex can now be passed as an
argument of the
BaseAbstractMultivariateOptimizer.optimize(int,MultivariateFunction,GoalType,OptimizationData[])
method. |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.