You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's happening below is the middle plot comes from a run that was slightly sub-optimal (by only 1E-7). This means the duals were very very close to zero but not exactly zero. Therefore, on the left and right plots the zero duals were filtered out but in the middle they weren't which means the plots look very different. We should change the code that is filtering out the zero duals to use a cutoff (e.g. filter out all duals smaller than 1e-5) instead of filtering out only values exactly equal to zero.
The text was updated successfully, but these errors were encountered:
What's happening below is the middle plot comes from a run that was slightly sub-optimal (by only
1E-7
). This means the duals were very very close to zero but not exactly zero. Therefore, on the left and right plots the zero duals were filtered out but in the middle they weren't which means the plots look very different. We should change the code that is filtering out the zero duals to use a cutoff (e.g. filter out all duals smaller than1e-5
) instead of filtering out only values exactly equal to zero.The text was updated successfully, but these errors were encountered: