public static interface LeastSquaresOptimizer.Optimum extends LeastSquaresProblem.Evaluation
Modifier and Type | Method and Description |
---|---|
int |
getEvaluations()
Get the number of times the model was evaluated in order to produce this
optimum.
|
int |
getIterations()
Get the number of times the algorithm iterated in order to produce this
optimum.
|
static LeastSquaresOptimizer.Optimum |
of(LeastSquaresProblem.Evaluation value,
int evaluations,
int iterations)
Create a new optimum from an evaluation and the values of the counters.
|
getChiSquare, getCost, getCovariances, getJacobian, getPoint, getReducedChiSquare, getResiduals, getRMS, getSigma
int getEvaluations()
int getIterations()
evaluation
per iterations.static LeastSquaresOptimizer.Optimum of(LeastSquaresProblem.Evaluation value, int evaluations, int iterations)
value
- the function valueevaluations
- number of times the function was evaluatediterations
- number of iterations of the algorithmCopyright © 2016-2021 CS GROUP. All rights reserved.