Uses of Interface
org.apache.commons.math3.optimization.univariate.UnivariateOptimizer
-
Packages that use UnivariateOptimizer 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. -
-
Uses of UnivariateOptimizer in org.apache.commons.math3.optimization.direct
Classes in org.apache.commons.math3.optimization.direct that implement UnivariateOptimizer Modifier and Type Class Description private classPowellOptimizer.LineSearchDeprecated.Class for finding the minimum of the objective function along a given direction. -
Uses of UnivariateOptimizer in org.apache.commons.math3.optimization.univariate
Classes in org.apache.commons.math3.optimization.univariate that implement UnivariateOptimizer Modifier and Type Class Description classBaseAbstractUnivariateOptimizerDeprecated.As of 3.1 (to be removed in 4.0).classBrentOptimizerDeprecated.As of 3.1 (to be removed in 4.0).
-