Searched defs:do_zoom_search (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dline_search.cc342 bool do_zoom_search = false; local
364 &do_zoom_search,
372 if (!do_zoom_search) {
458 bool* do_zoom_search,
469 *do_zoom_search = false;
501 *do_zoom_search = true;
532 *do_zoom_search = true;
628 if (*do_zoom_search &&
631 *do_zoom_search = false;
453 BracketingPhase( const FunctionSample& initial_position, const double step_size_estimate, FunctionSample* bracket_low, FunctionSample* bracket_high, bool* do_zoom_search, Summary* summary) argument

Completed in 145 milliseconds