You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Thanks for your great work and for releasing these code.
I am having the same problem. As suggested I have done the following:
G = np.eye(t) + np.eye(t)*0.00001
But still, I am having the same error:
v = quadprog.solve_qp(P, q, G, h)[0] File "quadprog/quadprog.pyx", line 104, in quadprog.solve_qp ValueError: matrix G is not positive definite
Thanks for your great work and for releasing these code.
I am having the same problem. As suggested I have done the following:
G = np.eye(t) + np.eye(t)*0.00001
But still, I am having the same error:
v = quadprog.solve_qp(P, q, G, h)[0] File "quadprog/quadprog.pyx", line 104, in quadprog.solve_qp ValueError: matrix G is not positive definite
Any suggestion?