Package | Description |
---|---|
org.apache.commons.math3.optim.nonlinear.scalar |
Algorithms for optimizing a scalar function.
|
org.apache.commons.math3.optim.univariate |
One-dimensional optimization algorithms.
|
Class and Description |
---|
BracketFinder
Provide an interval that brackets a local optimum of a function.
|
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.
|
Class and Description |
---|
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.
|