Searched defs:tolerance_change (Results 1 – 2 of 2) sorted by relevance
| /external/pytorch/torch/optim/ |
| 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
|
| /external/pytorch/torch/csrc/api/src/optim/ |
| D | lbfgs.cpp | 249 double tolerance_change = 1e-9, in _strong_wolfe() 430 auto tolerance_change = options.tolerance_change(); in step() local
|