MINRES for large-scale KKT systems
Open
enhancement
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 76
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
Dear JAXOPT developers,
I'm interested in constrained optimization problems, which naturally leads to solving KKT systems. For large scale problems, an iterative solver is needed. As KKT matrix is symmetric indefinite, one cannot use conjugate gradient, but rather need to use MINRES algorithm. I'm wondering if this algorithm exists in the repo? If not, is there any plan to add it?
Thanks,
JW
Contributor guide
Assessment
This issue has not been assessed yet.