diff --git a/example_systems/6_three_zones_w_multistage/settings/multi_stage_settings.yml b/example_systems/6_three_zones_w_multistage/settings/multi_stage_settings.yml index f7c1eb8466..f6819d8c1a 100644 --- a/example_systems/6_three_zones_w_multistage/settings/multi_stage_settings.yml +++ b/example_systems/6_three_zones_w_multistage/settings/multi_stage_settings.yml @@ -2,4 +2,4 @@ NumStages: 3 # Number of model investment planning stages StageLengths: [10,10,10] # Length of each model stage (years) WACC: 0.045 # Weighted average cost of capital ConvergenceTolerance: 0.01 # Relative optimality gap used for convergence -Myopic: 1 # If using multi-stage GenX, 1 = myopic, 0 = dual dynamic programming +Myopic: 0 # If using multi-stage GenX, 1 = myopic, 0 = dual dynamic programming