Package org.apache.commons.math3.optimization.univariate

Univariate real functions minimum finding algorithms.

See:
          Description

Interface Summary
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
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).
 

Package org.apache.commons.math3.optimization.univariate Description

Univariate real functions minimum finding algorithms.



Copyright © 2017 CNES. All Rights Reserved.