API symbolsoptim
Copy
LBFGS
- class tensorplay.optim.lbfgs.LBFGS(params, lr=1, max_iter=20, max_eval=None, tolerance_grad=1e-07, tolerance_change=1e-09, history_size=100, line_search_fn=None, *, maximize=False)[source]
Limited-memory BFGS optimizer, aligned with
torch.optim.LBFGS.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
