Barrier method for problems with a block structure of the minimization matrix #246
Unanswered
sergey-mogilnikov-kpbs
asked this question in
Q&A
Replies: 1 comment
-
Not an expert in barrier or KKT methods (which need to be used for Quadratic objectives). Using KKT the Cholesky has 14 rows and 35 seems reasonable. The default ordering is pretty bad so I may look into finishing coding for Mumps KKT (and Ufl). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems there is a issue in Cholesky decomposition, but I am not sure ...
I have tried to solve large QP problems. Quadratic matrix has a block's structure. Any block is full dense matrix. Each submatrix (block) is on the diagonal of the matrix. Illustrative example as follow:
There are 4 blocks:
As I undestand each block can be decomposed independantly for this type of matrix...
So, Cholesky matrix should had 22 or less the 22 nonzero elements. ?
Clp claims that "35 elements in sparse Cholesky, flop count 189". What is a problem? Sorting? Or it issue evaluation numbers of nonzero elements? It is an issue for large problem...
Real problems have ~6 millions nonzero in Q matrix.
Beta Was this translation helpful? Give feedback.
All reactions