I am working an agent-based epidemic model. I am looking to move a certain proportion of those who are infected into another statechart called 'Death'. What would be the best way to trigger this transition in AnyLogic?
Let's say 2% of those who were infected with the disease died. So if I had 1000 infected agents over a period of time, 200 of them died. This is different from a 'rate' in AnyLogic transitions as the 2% is not per day (but over a period of time). What other ways of doing this are there?