Home | History | Annotate | Download | only in ceres

Lines Matching refs:iterations

268     // Maximum number of trial step size iterations during each line search,
333 // ones corresponding to the minimum cost over all iterations.
337 // Maximum number of iterations for the minimizer to run for.
607 // Generally speaking, inner iterations make significant progress
610 // iterations is not worth it.
613 // inner iterations drops below inner_iteration_tolerance, the use
614 // of inner iterations in subsequent trust region minimizer
615 // iterations is disabled.
618 // Minimum number of iterations for which the linear solver should
622 // Maximum number of iterations for which the linear solver should
633 // it to terminate the iterations when
652 // List of iterations at which the minimizer should dump the trust
763 vector<IterationSummary> iterations;
765 // Number of minimizer iterations in which the step was
771 // Number of minimizer iterations in which the step was rejected
776 // Number of times inner iterations were performed.
808 // Time (in seconds) spent doing inner iterations.
891 // True if the user asked for inner iterations to be used as part
895 // True if the user asked for inner iterations to be used as part
898 // parameter block, inner iterations are not performed.
902 // inner iterations.
906 // performing inner iterations. This maybe different from