Skip to content

Is it possible to combine projections for constrained optimization? #247

Answered by mblondel
vivien000 asked this question in Q&A
Discussion options

You must be logged in to vote

If f is a quadratic function, you can use one of our quadratic programming solvers. If f is a more general function, projected gradient + projection_polyhedron would be indeed one way to do it, although the projection needed on each iteration could be expensive to compute. We don't support it in the library yet but ADMM comes to mind for solving this type of problem.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by vivien000
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