Asymptotic Time Complexity for the interior-point-convex quadprog method for sparse matrices
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello! I am looking to find any information regarding the asymptotic time Complexity for the interior-point-convex quadprog method for sparse matrices. I notice that the time complexity for the interior point method for quadratic programming is generally O(n^3) or O(n^3.5) in the literature, but I notice (and it is noted in the following documentation as well https://www.mathworks.com/help/optim/ug/quadratic-programming-algorithms.html#bsqspm_) that when the matrix passed in as an argument is sparse, the algorithm runs faster (much faster).
I am wondering if anyone knows the answer to this question or where I can find information on the asymptotic time complexity for the interior point method for sparse matrices.
0 comentarios
Respuestas (1)
nick
el 10 de Sept. de 2024
Hi Aditya,
I understand that you want to know more about the asymptotic time complexity for interior point method for sparse matrices.
There is polynomial time interior point algorithm for convex QP. Also there are approximation algorithms that return local solutions of non-convex QPs in polynomial time. The following documentation will help you regarding the time complexity of Quadratic Programming:
Hope this helps.
0 comentarios
Ver también
Categorías
Más información sobre Quadratic Programming and Cone Programming en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!