You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question: How do I specify in the model run which interventions should be chosen? Does it just scan through all possible interventions and pick what is specified in the pre-specified pipeline?
Two-part answer - there's a config bit and a data bit (examples from the smif sample project):
The idea, loosely, is that the lists of interventions define the possible decisions, then the pre-specified plans and/or decision modules choose from those options.
The text was updated successfully, but these errors were encountered:
Question: How do I specify in the model run which interventions should be chosen? Does it just scan through all possible interventions and pick what is specified in the pre-specified pipeline?
Two-part answer - there's a config bit and a data bit (examples from the smif sample project):
config/model_runs/energy_central.yml#L14-L17
name
andbuild_year
columns, e.g.planning/energy_supply.csv
The
name
is used as a unique identifier and matched against thename
in the intervention definition files, e.g.data/interventions/energy_supply.csv
The idea, loosely, is that the lists of interventions define the possible decisions, then the pre-specified plans and/or decision modules choose from those options.
The text was updated successfully, but these errors were encountered: