Searched refs:BFGS (Results 1 - 5 of 5) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dline_search_direction.cc115 << "Ceres bug: NextDirection() called on L-BFGS after inverse Hessian "
129 LOG(WARNING) << "Numerical failure in L-BFGS update: inverse Hessian "
145 class BFGS : public LineSearchDirection { class in namespace:ceres::internal
147 BFGS(const int num_parameters, function in class:ceres::internal::BFGS
154 << "BFGS line search being created with: " << num_parameters_
157 << ", consider using the L-BFGS memory-efficient line search direction "
164 virtual ~BFGS() {}
170 << "Ceres bug: NextDirection() called on BFGS after inverse Hessian "
178 // The (L)BFGS algorithm explicitly requires that the secant equation:
194 // Although Ceres will always use a Wolfe line search when using (L)BFGS,
[all...]
H A Dtypes.cc188 CASESTR(BFGS);
200 STRENUM(BFGS);
H A Dsolver.cc244 if ((options.line_search_direction_type == ceres::BFGS ||
251 + string(". When using (L)BFGS, "
/external/ceres-solver/include/ceres/
H A Dtypes.h191 // BFGS, and it's limited memory approximation L-BFGS, are quasi-Newton
200 // remaining degrees-of-freedom. (L)BFGS methods uniquely deteremine the
205 // (L)BFGS & DFP). (L)BFGS is currently regarded as being the best known
208 // The principal difference between BFGS and L-BFGS is that whilst BFGS
209 // maintains a full, dense approximation to the (inverse) Hessian, L-BFGS
217 // For more details on BFGS se
245 BFGS, enumerator in enum:ceres::LineSearchDirectionType
[all...]
/external/ceres-solver/scripts/
H A Dceres-solver.spec43 - Line search solvers (L-BFGS and Nonlinear CG)

Completed in 130 milliseconds