This is the complete list of members for torch.optim.lbfgs.LBFGS, including all inherited members.
__init__(self, params, lr=1, max_iter=20, max_eval=None, tolerance_grad=1e-5, tolerance_change=1e-9, history_size=100, line_search_fn=None) (defined in torch.optim.lbfgs.LBFGS) | torch.optim.lbfgs.LBFGS | |
step(self, closure) | torch.optim.lbfgs.LBFGS |