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

  /external/ceres-solver/internal/ceres/
line_search_direction.h 48 type(LBFGS),
line_search_direction.cc 101 class LBFGS : public LineSearchDirection {
103 LBFGS(const int num_parameters,
111 virtual ~LBFGS() {}
313 if (options.type == ceres::LBFGS) {
314 return new ceres::internal::LBFGS(
solver.cc 125 line_search_direction_type(LBFGS),
280 if (line_search_direction_type == LBFGS) {
281 line_search_direction_string = StringPrintf("LBFGS (%d)", max_lbfgs_rank);
types.cc 185 CASESTR(LBFGS);
197 STRENUM(LBFGS);
solver_impl.cc 653 original_options.line_search_direction_type == ceres::LBFGS) &&
    [all...]
  /external/ceres-solver/include/ceres/
types.h 230 LBFGS,
solver.h 62 line_search_direction_type = LBFGS;
161 // The LBFGS hessian approximation is a low rank approximation to
180 // For more theoretical and implementation details of the LBFGS
    [all...]

Completed in 246 milliseconds