-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The positive-definite question #647
Comments
I'm having this trouble as well. Looking forward to the feedback from the developers' side. |
@Carlo9013 I have already solved this problem. |
Oh, I would be very grateful if you can explain me how you solved that issue. |
@gzspkgypt Also looking forward to your solution! I met this problem too. |
What is the solution ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, thank you very much for the resources you provided. I am using this library to write the quadratic optimization part, and now I have encountered a problem, the console information——RuntimeWarning: There was an error while running the linear optimizer. Original error message: linalg.cholesky: (Batch element 0): The factorization could not be completed because the input is not positive-definite (the leading minor of order 1 is not positive-definite)..warnings.warn(msg, RuntimeWarning).I would like to ask how positive definiteness is determined and how my input matrix is decomposed.
The text was updated successfully, but these errors were encountered: