Package | Description |
---|---|
org.apache.commons.math3.optim.univariate |
One-dimensional optimization algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
BrentOptimizer
For a function defined on some interval
(lo, hi) , this class
finds an approximation x to the point at which the function
attains its minimum. |
class |
MultiStartUnivariateOptimizer
Special implementation of the
UnivariateOptimizer interface
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.