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. | 
getCost, getCovariances, getJacobian, getPoint, getResiduals, getRMS, getSigmaint getEvaluations()
int getIterations()
evaluation per iterations.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.