Searched defs:max_ls (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/optim/ |
H A D | lbfgs.py | 42 obj_func, x, t, d, f, g, gtd, c1=1e-4, c2=0.9, tolerance_change=1e-9, max_ls=25 argument
|
/aosp_15_r20/external/pytorch/torch/csrc/api/src/optim/ |
H A D | lbfgs.cpp | 250 double max_ls = 25) { // NOLINT(cppcoreguidelines-avoid-magic-numbers) in _strong_wolfe()
|