Home
last modified time | relevance | path

Searched defs:tolerance_change (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/optim/
Dlbfgs.py42 obj_func, x, t, d, f, g, gtd, c1=1e-4, c2=0.9, tolerance_change=1e-9, max_ls=25 argument
/external/pytorch/torch/csrc/api/src/optim/
Dlbfgs.cpp249 double tolerance_change = 1e-9, in _strong_wolfe()
430 auto tolerance_change = options.tolerance_change(); in step() local