From c5728cb575436e9e11b5166e097e7fcdd1c6897b Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Wed, 2 Jun 2021 08:12:14 -0500 Subject: [PATCH] Switch to KnuOstWat2018.PwlCosts by default --- src/model/formulations/base/structs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/formulations/base/structs.jl b/src/model/formulations/base/structs.jl index 7fdc4f5..e15c64b 100644 --- a/src/model/formulations/base/structs.jl +++ b/src/model/formulations/base/structs.jl @@ -14,7 +14,7 @@ struct Formulation transmission::TransmissionFormulation function Formulation(; - pwl_costs::PiecewiseLinearCostsFormulation = Gar1962.PwlCosts(), + pwl_costs::PiecewiseLinearCostsFormulation = KnuOstWat2018.PwlCosts(), ramping::RampingFormulation = MorLatRam2013.Ramping(), startup_costs::StartupCostsFormulation = MorLatRam2013.StartupCosts(), transmission::TransmissionFormulation = ShiftFactorsFormulation(),