| Package | Description | 
|---|---|
| org.apache.commons.math3.optimization.univariate | Univariate real functions minimum finding algorithms. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | UnivariateOptimizerDeprecated. 
 As of 3.1 (to be removed in 4.0). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseAbstractUnivariateOptimizerDeprecated. 
 As of 3.1 (to be removed in 4.0). | 
| class  | BrentOptimizerDeprecated. 
 As of 3.1 (to be removed in 4.0). | 
| class  | UnivariateMultiStartOptimizer<FUNC extends UnivariateFunction>Deprecated. 
 As of 3.1 (to be removed in 4.0). | 
| Constructor and Description | 
|---|
| UnivariateMultiStartOptimizer(BaseUnivariateOptimizer<FUNC> optimizer,
                             int starts,
                             RandomGenerator generator)Deprecated.  Create a multi-start optimizer from a single-start optimizer. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.