rfeinman / pytorch-minimize

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

Request - TNC algorithm #14

Open richinex opened 2 years ago

richinex commented 2 years ago

Hi rfeinman, I want to thank you for this incredible package. I especially like the fact that I can pass in a custom call back function to minimize.

I would like to request to add scipy's TNC algorithm to your list.

Thanks.