Jump to content

Recommended Posts

Posted

Is it possible to do probabilistic routing? I have multiple model entities that have different sequences -- for this I am using a sequence table. However, when I set the entity destination type "by sequence", I do not see a probabilistic option (with some probability I want to go back to the previous server). I know probabilistic task sequences are possible. Is it possible to do probabilistic destination routing sequences?


For a SimBit example, I have been referring to "Servers using task sequences with data tables". Essentially I want the JobSteps in the JobRoutings Sequence Table to be probabilistic.


Hope the question is clear, and thanks in advance for your help.

Posted

you may want to use a random probabilistic function to select one row of your sequence, and then using SetRow to point to this randomly obtained position as your actual one.

×
×
  • Create New...