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
This version includes several updates that speed up the computational…
… performance of the model by eliminating unnecessary variables and constraints. There are also signficant updates to the documentation as well as some additional minor changes in the code.
Fix bug in MGA code
At some point during previous code refactor, function call to PreviousAct_rule was deleted, so MGA objective function was not being updated after each iteration. Issue corrected in this commit.
Fix bug in MGA code
Normalized sector MGA algorithm did not work previously because the instance name was incorrect. Now fixed. Also updated the comment related to the integer weighting method.