Is Experimenter facing a problem in v2016?

Is Experimenter facing a problem in v2016?

lucas_antonio_risso
Not applicable
3,176 Views
21 Replies
Message 1 of 22

Is Experimenter facing a problem in v2016?

lucas_antonio_risso
Not applicable

[ FlexSim 16.0.1 ]

I am running the Experimenter with 100 replications for 48 performance indicators, and the results are not being showed after the running, like showed in the image below. However, if I reduce the number of KPI's or the number of replications, it runs normally.

Has anyone already faced a similar situation? By any chance, is there a limit for the settings?

Please, I appreciate if you could check my model. experimenter-blank-results.fsm

Thank you for your help.

765-experimenter.jpg

0 Likes
Accepted solutions (1)
3,177 Views
21 Replies
Replies (21)
Message 2 of 22

marco_baccalaro
Not applicable

Maybe you could have some error on KPIs code like a division by zero.

Message 3 of 22

lucas_antonio_risso
Not applicable

I don't think so, because they are all standard measures, and when I set 25 replications, it runs perfectly.

0 Likes
Message 4 of 22

michael_machado
Not applicable

Lucas, try with a general or demo model and see if you will still face the same problem. If so, share the demo model with us here. Thanks,

Message 5 of 22

marco_baccalaro
Not applicable

Right. Another idea: it happened to me that the system console was growing up too much and so I had problems on big experimenters. Maybe take a look at it.

0 Likes
Message 6 of 22

lucas_antonio_risso
Not applicable

This is probably the case... How can I check that? What should I do if the experimenter is very big? Thanks!

0 Likes
Message 7 of 22

JordanLJohnson
Autodesk
Autodesk

We have seen a similar issue that happens when you save the model with the experimenter window open. Does that sound like it applies to you?

.


Jordan Johnson
Principal Software Engineer
>

0 Likes
Message 8 of 22

lucas_antonio_risso
Not applicable

Yes, it can be the case. Maybe I have saved the model with the window open. So how do I fix this? What did you do? Thanks.

0 Likes
Message 9 of 22

JordanLJohnson
Autodesk
Autodesk

You can try closing and reopening the results window, along with the experimenter window. The results from each experiment are stored in the tree, even after you hit the "Reset Experiment" button. If you run a new experiment, those results will be replaced with results from the current experiment.

That means that you should be able to open the results window (using the "View Results" button) any time after the experiment has been run. If that still doesn't work, consider inspecting the experimenter tree (MODEL:/Tools/Experimenter), looking for anything out of the ordinary. Without a model, though, it is difficult to understand the real issue.

.


Jordan Johnson
Principal Software Engineer
>

Message 10 of 22

lucas_antonio_risso
Not applicable

Hello everyone, this model is presenting the problem that I described above . Thank you for any help. experimenter-blank-results.fsm

0 Likes
Message 11 of 22

matt_long
Not applicable

Looks like it's being finicky, though I'm not sure why. The first time I ran the experiment the results didn't display. The next time I did it seemed to work just fine. Try running the experiment and hit the View Results while the experiment is still running (and only a few replications have finished). Seems like when I did that and results displayed, the continued displaying even after I hit 100 replications.

Message 12 of 22

michael_machado
Not applicable

Please, @phil.bobo May you look into @Lucas Antonio Risso's model to see if that is a problem in the Experimenter? We've never saw something like that here. Thanks,

0 Likes
Message 13 of 22

philboboADSK
Autodesk
Autodesk
Accepted solution

Replication 35 of KPI "Products lead time - LT - CartonPACK (8) Average" has an invalid return value.

Replication 92 of KPI "Products lead time - LT - LILA (7) Average" also has an invalid value.



Phil BoBo
Sr. Manager, Software Development
Message 14 of 22

lucas_antonio_risso
Not applicable

Thanks @michael.machado, and @phil.bobo... Phil, can you tell me how to fix the mistake that is causing the return of an invalid value?

0 Likes
Message 15 of 22

philboboADSK
Autodesk
Autodesk

I'll look into it further and let you know.



Phil BoBo
Sr. Manager, Software Development
Message 16 of 22

lucas_antonio_risso
Not applicable

Thank you so much... The idea for this KPI is to measure the average staytime of all the flowitems that pass by the correspondent queue, but "excluding" the staytime of the last ones that didn't leave the queue by the end of the run time... So, I used a tracked variable. If there is another way to accomplish it that is easier than fixing this logic, I would appreciate to learn. Once again thank you so much.

0 Likes
Message 17 of 22

philboboADSK
Autodesk
Autodesk

The problem is that nothing has left the queue so the tracked variable has never been set.

On the Advanced tab of the Experimenter, you can set it to repeat the random streams of a certain replication. If you set that to 35 and then reset and run your model, you will see that nothing has exited the LT Eight queue and so the LT (8) tracked variable has never been set.

You have the same problem on LT Seven in replication 92.



Phil BoBo
Sr. Manager, Software Development
Message 18 of 22

lucas_antonio_risso
Not applicable

If nothing leave the queue, the KPI should assume the value 0, how can I set this option? Would an "if" condition on the Trigger work?

Thank you for showing this gap.

0 Likes
Message 19 of 22

philboboADSK
Autodesk
Autodesk

Set the tracked variables to 0 in a reset trigger.



Phil BoBo
Sr. Manager, Software Development
Message 20 of 22

lucas_antonio_risso
Not applicable

I set the tracked variables to 0 on a reset trigger, but it is still not working.

Maybe it is needed a way to attend to the possibility of the item not leave the queue.

0 Likes