mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-19 13:00:53 +08:00
Optimizers / Solvers
This folder provides the various optimizers. It mostly wraps already existing optimizers but provides a common API.
Optimizers allows to maximize/minimize a function with respect to its parameters/inputs under possibly various (equality and/or inequality) constraints with possibly different bounds on the parameters.
Optimizers:
TODO:
- clean and finish to implement the various optimizers + structure the code in a better way