HomeSort by relevance Sort by last modified time
    Searched refs:line_search_direction_type (Results 1 - 6 of 6) sorted by null

  /external/ceres-solver/internal/ceres/
minimizer.h 86 line_search_direction_type = options.line_search_direction_type;
141 LineSearchDirectionType line_search_direction_type; member in struct:ceres::internal::Minimizer::Options
solver.cc 125 line_search_direction_type(LBFGS),
280 if (line_search_direction_type == LBFGS) {
282 } else if (line_search_direction_type == NONLINEAR_CONJUGATE_GRADIENT) {
288 LineSearchDirectionTypeToString(line_search_direction_type);
line_search_minimizer.cc 159 line_search_direction_options.type = options.line_search_direction_type;
260 << LineSearchDirectionTypeToString(options.line_search_direction_type)
solver_impl.cc 635 summary->line_search_direction_type =
636 original_options.line_search_direction_type;
652 if ((original_options.line_search_direction_type == ceres::BFGS ||
653 original_options.line_search_direction_type == ceres::LBFGS) &&
    [all...]
  /external/ceres-solver/include/ceres/
solver.h 62 line_search_direction_type = LBFGS;
157 LineSearchDirectionType line_search_direction_type; member in struct:ceres::Solver::Options
803 LineSearchDirectionType line_search_direction_type; member in struct:ceres::Solver::Summary
    [all...]
  /external/ceres-solver/examples/
nist.cc 496 &options->line_search_direction_type));

Completed in 65 milliseconds