Sparse matrix constrained optimization

9 views (last 30 days)
Nicolas
Nicolas on 11 Dec 2018
Commented: Matt J on 12 Dec 2018
Hi,
I would like to solve a sparse system Ax = b with a large (3M by 3M) ill-conditioned matrix (cond number > 100).
I have bounds and linear constraints. How can I set up an optimization scheme that will accept the sparse structure of A and accepts linear constraints?
lsqlin trust-region-reflective doesn’t take in sparse matrix (or at least converts to dense, but the dense form of A is too large for the memory) and lsqlin interior point doesn't converge.
The other problem I have with lsqlin, is that it doesn’t take in pre-conditioners whereas lsqr does. The latter however doesn’t accepts constraints....
I will be curious to have some advice on least square methods, Biconjugate gradients stabilized method, Generalized minimum residual method and Preconditioned conjugate gradients method that:
  • Accepts sparse structure
  • Use pre-conditioners
  • Accepts lower and upper bounds
  • Accepts linear constraints
  5 Comments
Nicolas
Nicolas on 12 Dec 2018
I have inequality constrainsts only. My equality constraints are already folded.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!