TwoPartCost

PowerSystems.TwoPartCostType
mutable struct TwoPartCost <: OperationalCost
    variable::VariableCost
    fixed::Float64
end

Data Structure Operational Cost Data in two parts: fixed and variable cost.

Arguments

  • variable::VariableCost: variable cost
  • fixed::Float64: fixed cost, validation range: (0, nothing), action if invalid: warn
source