lanl-ansi / GasPowerModels.jl

Julia packages for joint optimization of natural gas and power transmission networks
https://lanl-ansi.github.io/GasPowerModels.jl/stable/
Other
25 stars 10 forks source link

Include objective weighting and normalization data in PowerModels input #42

Closed tasseff closed 3 years ago

tasseff commented 4 years ago

Currently, parameters related to the definition of an objective function (e.g., gas_ne_weight, power_ne_weight, and obj_normalization) are passed in via kwargs. These should instead be migrated to the corresponding PowerModels input file as global parameters. This should be done for all relevant test cases.