Searched refs:LBFGS (Results 1 - 6 of 6) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dline_search_direction.h46 type(LBFGS),
H A Dline_search_direction.cc99 class LBFGS : public LineSearchDirection { class in namespace:ceres::internal
101 LBFGS(const int num_parameters, function in class:ceres::internal::LBFGS
109 virtual ~LBFGS() {}
354 if (options.type == ceres::LBFGS) {
355 return new ceres::internal::LBFGS(
H A Dtypes.cc187 CASESTR(LBFGS);
199 STRENUM(LBFGS);
H A Dsolver.cc245 options.line_search_direction_type == ceres::LBFGS) &&
381 line_search_direction_type(LBFGS),
519 if (line_search_direction_type == LBFGS) {
520 line_search_direction_string = StringPrintf("LBFGS (%d)", max_lbfgs_rank);
/external/ceres-solver/include/ceres/
H A Dsolver.h63 line_search_direction_type = LBFGS;
175 // The LBFGS hessian approximation is a low rank approximation to
194 // For more theoretical and implementation details of the LBFGS
950 // If the type of the line search direction is LBFGS, then this
H A Dtypes.h244 LBFGS, enumerator in enum:ceres::LineSearchDirectionType

Completed in 3995 milliseconds