Hi,
I previously asked a question on creating model parameters by code (thanks @Jason Lightfoot !)
I have that working and now I would like to create experiment scenarios by code as well. I know there is the range-based experimenter option, but what I would like to do is create something with more flexibility that that.
To start off, I was thinking of the function_s command that @Jason Lightfoot provided to create a new parameter. Namely, the following:
- Table params=paramT.find(">variables/parameters");
- treenode newParam=function_s(paramT,"addParameter");
Is there a similar command for adding a new scenario perhaps? Once I have that, then I was thinking I could then use a Table class again to add/update the experimenter scenario table.
Thanks again for any help!