|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnivariatePointValuePair | |
|---|---|
| org.apache.commons.math3.optim.univariate | One-dimensional optimization algorithms. |
| Uses of UnivariatePointValuePair in org.apache.commons.math3.optim.univariate |
|---|
| Methods in org.apache.commons.math3.optim.univariate that return UnivariatePointValuePair | |
|---|---|
protected UnivariatePointValuePair |
MultiStartUnivariateOptimizer.doOptimize()
Performs the bulk of the optimization algorithm. |
protected UnivariatePointValuePair |
BrentOptimizer.doOptimize()
Performs the bulk of the optimization algorithm. |
UnivariatePointValuePair[] |
MultiStartUnivariateOptimizer.getOptima()
Gets all the optima found during the last call to optimize. |
UnivariatePointValuePair |
MultiStartUnivariateOptimizer.optimize(OptimizationData... optData)
Stores data and performs the optimization. |
UnivariatePointValuePair |
UnivariateOptimizer.optimize(OptimizationData... optData)
Stores data and performs the optimization. |
| Methods in org.apache.commons.math3.optim.univariate with parameters of type UnivariatePointValuePair | |
|---|---|
boolean |
SimpleUnivariateValueChecker.converged(int iteration,
UnivariatePointValuePair previous,
UnivariatePointValuePair current)
Check if the optimization algorithm has converged considering the last two points. |
| Constructor parameters in org.apache.commons.math3.optim.univariate with type arguments of type UnivariatePointValuePair | |
|---|---|
BrentOptimizer(double rel,
double abs,
ConvergenceChecker<UnivariatePointValuePair> checker)
The arguments are used implement the original stopping criterion of Brent's algorithm. |
|
UnivariateOptimizer(ConvergenceChecker<UnivariatePointValuePair> checker)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||