Lagrange multiplier graphs for Becca to look at#41
Lagrange multiplier graphs for Becca to look at#41rebeccamccabe wants to merge 6 commits intomainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #41 +/- ##
==========================================
+ Coverage 78.69% 79.43% +0.74%
==========================================
Files 37 37
Lines 1577 1634 +57
==========================================
+ Hits 1241 1298 +57
Misses 336 336 ☔ View full report in Codecov by Sentry. |
| % I'll change these later | ||
| for i=1:m | ||
| for j = 1:n | ||
| if rem(j,14)==1 |
There was a problem hiding this comment.
Outside loop: color_cell = { '.r', 'or', etc ... }
color = color_cell{ rem(j,14) }
|
for the most part, which constraints are active is consistent between the two ways of plotting, but the number on the x-axis is not consistent. |
|
First count number of constraints and get confident on whether it's a reordering issue on the x-axis or some other issue in computation. If it's a reordering issue, look in the generator folder and see if there's a way that the constraints are getting reordered. |
If a constraint is active for certain designs, then that constraint has a non-zero lagrange multiplier for certain other designs. The problem is that the designs that have active constraints are not necessarily the designs that have the non-zero lagrange multipliers.

