whc563 Posted June 28, 2017 Posted June 28, 2017 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.
JBeltran Posted June 28, 2017 Posted June 28, 2017 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.
whc563 Posted June 29, 2017 Author Posted June 29, 2017 Thank you, but would you mind elaborating/offering an example? I am very new to Simio...
Recommended Posts