See: Description
| Class | Description | 
|---|---|
| BracketFinder | Provide an interval that brackets a local optimum of a function. | 
| BrentOptimizer | For a function defined on some interval  (lo, hi), this class
 finds an approximationxto the point at which the function
 attains its minimum. | 
| MultiStartUnivariateOptimizer | Special implementation of the  UnivariateOptimizerinterface
 adding multi-start features to an existing optimizer. | 
| SearchInterval | Search interval and (optional) start value. | 
| SimpleUnivariateValueChecker | Simple implementation of the
  ConvergenceCheckerinterface
 that uses only objective function values. | 
| UnivariateObjectiveFunction | Scalar function to be optimized. | 
| UnivariateOptimizer | Base class for a univariate scalar function optimizer. | 
| UnivariatePointValuePair | This class holds a point and the value of an objective function at this
 point. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.