Skip to content

Outer and Inner iterations #222

Answered by Bambade
simone-contorno asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @simone-contorno,

Thanks also for using ProxSuite!

ProxQP is based on a proximal point algorithm (PPA). In this context, max_iter corresponds to the maximum number of iterations allocated for running this PPA. As the QPs considered involve linear inequalities, the evaluation of the proximal operator requires running an inner loop (ProxQP runs precisely a Newton semi-smooth method with exact line-search for minimizing a strongly convex sub-problem). max_iter_in sets up the maximum number of inner loops for solving each proximal sub-problems.

You can find more details in our paper if needs be. Feel free to ask other questions if you want

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@simone-contorno
Comment options

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