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

  /external/ceres-solver/internal/ceres/
line_search_direction.h 46 type(LBFGS),
line_search_direction.cc 99 class LBFGS : public LineSearchDirection {
101 LBFGS(const int num_parameters,
109 virtual ~LBFGS() {}
354 if (options.type == ceres::LBFGS) {
355 return new ceres::internal::LBFGS(
types.cc 187 CASESTR(LBFGS);
199 STRENUM(LBFGS);
solver.cc 245 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/
solver.h 63 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
    [all...]
types.h 244 LBFGS,

Completed in 2414 milliseconds