Lines Matching full:iteration
110 iteration_summary.iteration = 0;
186 if (iteration_summary.iteration >= options_.max_num_iterations) {
205 iteration_summary.iteration) !=
212 iteration_summary.iteration));
225 iteration_summary.iteration = summary->iterations.back().iteration + 1;
273 // solve again. To do this, we are going to treat this iteration
274 // as an unsuccessful iteration. Since the various callbacks are
275 // still executed, we are going to fill the iteration summary
310 // Check if performing an inner iteration will make it better.
323 VLOG(2) << "Inner iteration failed.";
327 // Boost the model_cost_change, since the inner iteration
330 VLOG(2) << "Inner iteration succeeded; current cost: " << cost
394 // from a reference iteration. The model cost change is
396 // reference iteration. The historical relative_decrease offers
398 // reference iteration, allowing for non-monotonic steps.