I am using AnyLogic to develop a model. I used the 'distribution' element to initialize values for a parameter in my model. It is working fine, but I want to update these values as my simulation proceeds forward. e.g. if in week 1, the distribution can have values:
But in week 2, I wan to update these values, then again in each coming week.
I have some equation based on which I want to make calculations and update these values. I could not find any functionality in AnyLogic concerning this. Any ideas how to achieve this?