-
Notifications
You must be signed in to change notification settings - Fork 122
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
Weird behavior in cost writing when objective is changed #553
Comments
Two fixes here.
|
cTotal on write_costs is now equal to value(EP[:eObj]) instead of the value of the objective function
This is now fixed on |
When running MGA, cost files are not reliable for several reasons, some seem to be intentional and should be upgraded, while others seem buggy.
cTotal is based on the value of the objective function, not a separate expression. Making it reliably a separate expression will allow for accurate total cost quantification when running MOO or MGA methods.
When MGA is run, other cost numbers look funky too for unclear reasons: examples are:
Sometimes the variable costs come out negative - unclear why
the sum of zonal costs for non cost-optimal runs are occasionally less than those for the cost optimal run. This might be due to system costs not caught in the sum of zonal costs.
The text was updated successfully, but these errors were encountered: