LeastSquaresProblem.Evaluation
public static interface LeastSquaresOptimizer.Optimum extends LeastSquaresProblem.Evaluation
Modifier and Type | Method | 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.
|
getChiSquare, getCost, getCovariances, getJacobian, getPoint, getReducedChiSquare, getResiduals, getRMS, getSigma
int getEvaluations()
int getIterations()
evaluation
per iterations.Copyright © 2016–2018 Hipparchus.org. All rights reserved.