Monday, July 15, 2024

Practical Large-Scale Modeling: Sparsity

Presentation at USDA-ERS Model Summit 2024.

5 comments:

  1. Thank you! I did not get why repeated expressions create denser models, is it because adding other variables make the vector of x larger?

    ReplyDelete
    Replies
    1. Duplicate expressions lead to more nonzero elements. It does not "make the x vector larger".

      Delete
    2. sorry I think i meant the opposite, I was thinking that adding a new variable (for example x1 + x2 <= b, x1 + x2 >= a, letting z = x1 + x2) enlarges the final matrix system Ax <= b (x in vector form), to A'(x,z) <= b' (where A' now has one more dimension in column), thus A' is a larger matrix with more zeros, is that why this leads to a sparser matrix?

      Delete
    3. Yes. This can be seen from the model statistics for the different model formulations in the presentation.

      Delete
    4. I get it now, Thanks for the clarification!

      Delete