config: Remove load_shedding from default and clip p_max_pu to 1%
This commit is contained in:
parent
60dda9f909
commit
109213ad84
@ -170,12 +170,13 @@ costs:
|
|||||||
solving:
|
solving:
|
||||||
options:
|
options:
|
||||||
formulation: kirchhoff
|
formulation: kirchhoff
|
||||||
load_shedding: true
|
#load_shedding: true
|
||||||
noisy_costs: true
|
noisy_costs: true
|
||||||
min_iterations: 4
|
min_iterations: 4
|
||||||
# max_iterations: 6
|
# max_iterations: 6
|
||||||
max_iterations: 3
|
max_iterations: 3
|
||||||
#nhours: 10
|
#nhours: 10
|
||||||
|
clip_p_max_pu: 0.01
|
||||||
solver:
|
solver:
|
||||||
name: gurobi
|
name: gurobi
|
||||||
threads: 4
|
threads: 4
|
||||||
|
Loading…
Reference in New Issue
Block a user