Package org.apache.commons.math3.optimization.univariate
Univariate real functions minimum finding algorithms.
-
Interface Summary Interface Description BaseUnivariateOptimizer<FUNC extends UnivariateFunction> Deprecated. As of 3.1 (to be removed in 4.0).UnivariateOptimizer Deprecated. As of 3.1 (to be removed in 4.0). -
Class Summary Class Description BaseAbstractUnivariateOptimizer Deprecated. As of 3.1 (to be removed in 4.0).BracketFinder Deprecated. As of 3.1 (to be removed in 4.0).BrentOptimizer Deprecated. As of 3.1 (to be removed in 4.0).SimpleUnivariateValueChecker Deprecated. As of 3.1 (to be removed in 4.0).UnivariateMultiStartOptimizer<FUNC extends UnivariateFunction> Deprecated. As of 3.1 (to be removed in 4.0).UnivariatePointValuePair Deprecated. As of 3.1 (to be removed in 4.0).