Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Augmented Lagrangian method for semidefinite constraints #8

Open
mohamed82008 opened this issue Mar 27, 2021 · 1 comment
Open

Augmented Lagrangian method for semidefinite constraints #8

mohamed82008 opened this issue Mar 27, 2021 · 1 comment

Comments

@mohamed82008
Copy link
Member

One can generalize Percival's implementation to enable the use of slack models and the projected gradient method with semidefinite constraints. This will enable the use of the augmented Lagrangian algorithm on semidefinite constrained problems. One can even generalize the implementation to handle arbitrary convex cones supported in https://github.com/kul-forbes/ProximalOperators.jl.

@mohamed82008
Copy link
Member Author

The easiest way to implement this in a Julian way is to:

  1. Make sure Percival can handle non-standard Julia array types gracefully.
  2. Define an array type that is a mix of reals and SPD matrices.
  3. Define arithmetic, gradient and projection functions on the fancy array type as well as any other function needed to make Percival work.

@mohamed82008 mohamed82008 transferred this issue from JuliaNonconvex/Nonconvex.jl Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant