CostFunction#

class relsad.load.bus.CostFunction(A: float, B: float)[source]#

Class defining a linear energy shedding cost function for a bus on the form

cost = A + B * active_energy_shedded

A#

Constant cost factor parameter

Type

float

B#

Variable cost factor parameter

Type

float