Home | History | Annotate | Download | only in ceres

Lines Matching refs:BFGS

191   // 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 see:
231 // For more details on L-BFGS see:
245 BFGS,