From 109213ad848579dca54b2324710110fb517a8d6a Mon Sep 17 00:00:00 2001 From: Jonas Hoersch Date: Sun, 3 Feb 2019 14:24:12 +0100 Subject: [PATCH] config: Remove load_shedding from default and clip p_max_pu to 1% --- config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 842f032f..fd4f7884 100644 --- a/config.yaml +++ b/config.yaml @@ -170,12 +170,13 @@ costs: solving: options: formulation: kirchhoff - load_shedding: true + #load_shedding: true noisy_costs: true min_iterations: 4 # max_iterations: 6 max_iterations: 3 #nhours: 10 + clip_p_max_pu: 0.01 solver: name: gurobi threads: 4