Skip to content

Prespecified scenarios #321

Closed Answered by quaquel
steipatr asked this question in Q&A
Dec 4, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

This is already supported. You can use the Scenario class for this directly. Roughly like this

from ema_workbench import Scenario

scenario_1 = Scenario("base case", **parameter_dict)
scenario_2 = Scenario("other scenario", **some_other_dict)

perform_experiments(model, [scenario_1, scenario_2])

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@steipatr
Comment options

Answer selected by quaquel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants