rfeinman / pytorch-minimize

Newton and Quasi-Newton optimization with PyTorch
https://pytorch-minimize.readthedocs.io
MIT License
308 stars 34 forks source link

Implement L-BFGS-B #34

Open snarles opened 3 months ago

snarles commented 3 months ago

Could you implement L-BFGS-B (https://docs.scipy.org/doc/scipy/reference/optimize.minimize-lbfgsb.html) similarly to trust-constr?