Home | History | Annotate | Download | only in ceres

Lines Matching defs:iteration

31 // When an iteration callback is specified, Ceres calls the callback
43 // iteration of the minimization.
46 : iteration(0),
64 // Current iteration number.
65 int32 iteration;
70 // Note: step_is_valid is false when iteration = 0.
78 // Note: step_is_nonmonotonic is false when iteration = 0;
90 // Note: step_is_successful is false when iteration = 0.
97 // iteration. This can be positive or negative.
111 // Size of the trust region at the end of the current iteration. For
142 // iteration.
153 // each iteration of the Minimizer. The solver uses the return value
189 // summary.iteration,