-
Notifications
You must be signed in to change notification settings - Fork 2
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
Lagrange multiplier graphs for Becca to look at #41
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.