See: Description
| Interface | Description |
|---|---|
| BaseUnivariateOptimizer<FUNC extends UnivariateFunction> |
This interface is mainly intended to enforce the internal coherence of
Commons-Math.
|
| UnivariateOptimizer |
Interface for univariate optimization algorithms.
|
| Class | Description |
|---|---|
| BaseAbstractUnivariateOptimizer |
Provide a default implementation for several functions useful to generic
optimizers.
|
| BracketFinder |
Provide an interval that brackets a local optimum of a function.
|
| BrentOptimizer |
Implements Richard Brent's algorithm (from his book "Algorithms for
Minimization without Derivatives", p.
|
| UnivariateMultiStartOptimizer<FUNC extends UnivariateFunction> |
Special implementation of the
UnivariateOptimizer interface
adding multi-start features to an existing optimizer. |
| UnivariatePointValuePair |
This class holds a point and the value of an objective function at this
point.
|
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.