| Package | Description |
|---|---|
| org.apache.commons.math4.fitting.leastsquares |
This package provides algorithms that minimize the residuals
between observations and model values.
|
| org.apache.commons.math4.optim |
Generally, optimizers are algorithms that will either
minimize or
maximize
a scalar function, called the
objective
function. |
| Modifier and Type | Method and Description |
|---|---|
LeastSquaresBuilder |
LeastSquaresBuilder.checkerPair(ConvergenceChecker<PointVectorValuePair> newChecker)
Configure the convergence checker.
|
static ConvergenceChecker<LeastSquaresProblem.Evaluation> |
LeastSquaresFactory.evaluationChecker(ConvergenceChecker<PointVectorValuePair> checker)
View a convergence checker specified for a
PointVectorValuePair as one
specified for an LeastSquaresProblem.Evaluation. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleVectorValueChecker.converged(int iteration,
PointVectorValuePair previous,
PointVectorValuePair current)
Check if the optimization algorithm has converged considering the
last two points.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.