| Package | Description | 
|---|---|
| org.apache.commons.math3.optim.univariate | One-dimensional optimization algorithms. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BrentOptimizerFor a function defined on some interval  (lo, hi), this class
 finds an approximationxto the point at which the function
 attains its minimum. | 
| class  | MultiStartUnivariateOptimizerSpecial implementation of the  UnivariateOptimizerinterface
 adding multi-start features to an existing optimizer. | 
| Constructor and Description | 
|---|
| MultiStartUnivariateOptimizer(UnivariateOptimizer optimizer,
                             int starts,
                             RandomGenerator generator)Create a multi-start optimizer from a single-start optimizer. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.