question

Alejandro C8 avatar image
0 Likes"
Alejandro C8 asked Alejandro C8 commented

formulas in the variable of the scenarios?

Hello, for the simulation in the EXPERIMENTER I want to introduce as a variable value for each scenario, the distribution function with different deviation values, can this be done? If yes, how is it done?

variable1 = lognormalmeanstdev (1.0,3.0, getstream (current)) [scenario1]

FlexSim 19.0.9
flexsim 19.0.9experimenter variable
experimenter.jpg (35.3 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Alejandro C8 commented

It is really simple, if you try to make it not to complicated. Do NOT change the variable by exchanging the function, just exchange the parameter values of the function by labels.

Experimenter variable really bad:

normal(5,1,getstream(current))

good approach add the distribution in a object function like process time

normal(current.mean, current.dev,getstream(current))

in experimenter choose the labels [mean and dev] of Processor object by sampler tool.

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Alejandro C8 avatar image Alejandro C8 commented ·

Excellent, it's really easy with that approach, thank soo much

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.