Home | History | Annotate | Download | only in ceres

Lines Matching full:step

32 // after each minimizer step (if the minimizer has not converged) and
67 // Step was numerically valid, i.e., all values are finite and the
68 // step reduces the value of the linearized model.
73 // Step did not reduce the value of the objective function
81 // Whether or not the minimizer accepted this step or not. If the
88 // step and the step is declared successful.
103 // 2-norm of the size of the step computed by the optimization
116 // For the inexact step Levenberg-Marquardt algorithm, this is the
117 // relative accuracy with which the Newton(LM) step is solved. This
123 // Step sized computed by the line search algorithm.
136 // Newton step.
145 // Time (in seconds) spent inside the trust region step solver.