|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractSimplex | |
|---|---|
| org.apache.commons.math3.optimization.direct | This package provides optimization algorithms that don't require derivatives. |
| Uses of AbstractSimplex in org.apache.commons.math3.optimization.direct |
|---|
| Subclasses of AbstractSimplex in org.apache.commons.math3.optimization.direct | |
|---|---|
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). |
| Methods in org.apache.commons.math3.optimization.direct with parameters of type AbstractSimplex | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||