Skip to content

What's the motivation for choosing Direct Methods rather than Iterative Methods when solving Lifted-KKT or HyKKT systems? #365

Closed Answered by sshin23
FenglongSong asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @FenglongSong thanks for the question.

MadNLP is based on the interior point method and for the interior point method, iterative methods almost always don't work due to the extreme ill-conditioning that happens as we approach the solution. Even with a tailored preconditioner, iterative solvers tend to fail. When you don't have inequality constraints, it would be interesting to see if HybridKKT method works well, but because HybridKKT requires a large regularization paramter \gamma, I don't think iterative methods are likely to be effective. It is true that it is hard to design effective preconditioners without problem-specific structures. But I'd say ill-conditioning is the more impor…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@FenglongSong
Comment options

Answer selected by FenglongSong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants