mirror of
https://github.com/wassname/pyrobolearn.git
synced 2026-09-23 13:41:32 +08:00
859 B
859 B
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