oneflow.optim.LBFGS =================== .. currentmodule:: oneflow.optim .. autoclass:: LBFGS .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~LBFGS.__delattr__ ~LBFGS.__dir__ ~LBFGS.__eq__ ~LBFGS.__format__ ~LBFGS.__ge__ ~LBFGS.__getattribute__ ~LBFGS.__gt__ ~LBFGS.__hash__ ~LBFGS.__init__ ~LBFGS.__init_subclass__ ~LBFGS.__le__ ~LBFGS.__lt__ ~LBFGS.__ne__ ~LBFGS.__new__ ~LBFGS.__reduce__ ~LBFGS.__reduce_ex__ ~LBFGS.__repr__ ~LBFGS.__setattr__ ~LBFGS.__sizeof__ ~LBFGS.__str__ ~LBFGS.__subclasshook__ ~LBFGS._check_variables_in_graph ~LBFGS._check_variables_optimizer_bound ~LBFGS._gather_flat_grad ~LBFGS._generate_grad_clip_conf_for_optim_conf ~LBFGS._generate_indexed_slices_optimizer_conf ~LBFGS._generate_lr_scale_for_optim_conf ~LBFGS._numel ~LBFGS._parse_input_parameters ~LBFGS._try_direction ~LBFGS._update ~LBFGS.add_param_group ~LBFGS.clip_grad ~LBFGS.load_state_dict ~LBFGS.state_dict ~LBFGS.step ~LBFGS.zero_grad .. rubric:: Attributes .. autosummary:: ~LBFGS.support_sparse