I am currently doing a parameter variation experiment. I want to display a progress bar of the each simulation (similar to the animation provided by anylogic "progress of parallel runs"), which would be calculated as number of days elapsed in the root (simulation) over total days that will be simulated. I cannot access that information as I only get the option to code before and after simulation run, but not in between (and events are not an option). How can I manually program this?
Thanks in advance, FM
Note: I want the progress bar of EACH simulation, not the general progress of the experiment.