Pronto-ai / optorch

Nonlinear solver backend for PyTorch
MIT License
64 stars 3 forks source link

How to specify which method to use? #1

Open YinghaoHuang91 opened 4 years ago

YinghaoHuang91 commented 4 years ago

Great work! Has been trying to find a Python library for Ceres-like optimisation. Just a question: how to specify the method to use when solving the problem? Let's say I want to try Levenberg-Marqurdt method, what should I do in the code?