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.
Currently, parameters related to the definition of an objective function (e.g.,
gas_ne_weight
,power_ne_weight
, andobj_normalization
) are passed in viakwargs
. These should instead be migrated to the correspondingPowerModels
input file as global parameters. This should be done for all relevant test cases.