Package | Description |
---|---|
fr.cnes.sirius.patrius.math.optim.univariate |
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 optimizerIn,
int startsIn,
RandomGenerator generatorIn)
Create a multi-start optimizer from a single-start optimizer.
|
Copyright © 2021 CNES. All rights reserved.