Hi,
I have a model, and it has a variable within it which I would like to make into a chart. I have created a DataSet which
tracks the variable I am interested in.
I'd like to chart how this variable changes as a parameter changes, so I have made a ParameterVariation experiment.
Within this experiment I have a simple plot.
However, I can find no way to link this plot to the dataset which resides in a different element of my model.
How can I get my graph for my ParameterVariation experiment to get data from a different part of my model (the 'Main'
model)? (I tried dragging and dropping the 'Main' element into the ParameterVariation visual area, but this did
nothing).
Any help much appreciated.
Victor Gleim — 12.02.08
Peter, I suggest you to look at the example models in AnyLogic 6 (for instance, SIR Agent Based Calibration). The basic
idea is to use a link to the root active object.
Peter — 12.02.08
Victor, thanks for the heads up, will do.