Search code examples
anylogic

The "Transition" object is not working properly


I have a state diagram, and it assumes that agents move from one state to another with an intensity of 41 transitions per hour, but I have only 22 transitions. Can you explain why this is happening? State diagram

I tried to duplicate the diagram and connect it to the end of the diagram, but nothing changed.


Solution

  • the rate follows an exponential distribution of interarrival occurences in which the rate is 41, so you won't get exactly 41

    Now why you get 22? because by default you are using a fixed random seed, so you get the same "random" result.