Home | History | Annotate | Download | only in ceres

Lines Matching refs:iteration

31 // When an iteration callback is specified, Ceres calls the callback
44 // iteration of the minimization.
47 : iteration(0),
66 // Current iteration number.
67 int32 iteration;
72 // Note: step_is_valid is false when iteration = 0.
80 // Note: step_is_nonmonotonic is false when iteration = 0;
92 // Note: step_is_successful is false when iteration = 0.
99 // iteration. This can be positive or negative.
116 // Size of the trust region at the end of the current iteration. For
147 // iteration.
158 // each iteration of the Minimizer. The solver uses the return value
194 // summary.iteration,