Imitate the MATLAB "quadprog" for solving the quadratic programming problem using cvxopt library in python.
Matlab details of quadprog can be found here: https://www.mathworks.com/help/optim/ug/quadprog.html
- Python 3
- Numpy >=1.1
- cvxopt 1.1.9
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Imitate the MATLAB "quadprog" for solving the quadratic programming problem using cvxopt library in python.
Matlab details of quadprog can be found here: https://www.mathworks.com/help/optim/ug/quadprog.html