ATTENTIONThis FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices. |
flexsim.com |
#1
|
|||
|
|||
Basic Use of the Experimenter
I have a Processor with a mean cycletime of 100 sec. I want to see the effect of dropping the mean to:
1) 90 2) 80 3) 70 4) 60 5) 50 Attached are screenshots of the experimenter setup. I only want one replication per scenario. The results of the experiment show that it never gets past the default 100 sec…so it never indexes to the next scenarios.
__________________
"A bird is an instrument working according to mathematical law, which is within the capacity of man to reproduce." -Leonardo da Vinci, 1502 |
#2
|
|||
|
|||
Gavin,
Looks to me as the experiment is in the 5th scenario (cycle of 50). But with just 1 replication !! As a rule of thumb you want to experiment with at least 5 replications per scenario. Regards, DJ |
#3
|
|||
|
|||
Everything looks right except that your Performance Measure tab says your object is Processor1 and your Experimenter tab says it's Processor2. Should these be the same object?
Last edited by Alex Christensen; 06-18-2008 at 08:51 AM. Reason: typo |
The Following User Says Thank You to Alex Christensen For This Useful Post: | ||
Brandon Peterson (06-18-2008) |
#5
|
|||
|
|||
Yes, I see but the results tell a different story (See attached).
__________________
"A bird is an instrument working according to mathematical law, which is within the capacity of man to reproduce." -Leonardo da Vinci, 1502 |
#6
|
|||
|
|||
Thanks guys, Alex was right on this one.
__________________
"A bird is an instrument working according to mathematical law, which is within the capacity of man to reproduce." -Leonardo da Vinci, 1502 |
#7
|
||||
|
||||
Gavin,
As in the model I sent you, make sure that your processor is using that label (Cycle) for its cycle time. And also as Alex mentioned, make sure that in your performance measure tab, that it is referencing Processor2 and not Processor1.
__________________
Jeff Flexsim Support |
#8
|
|||
|
|||
Using the experimenter, is there a way to have different scenarios for my processor which uses statistical distribution for my cycle time? I'd like to use different statistical distributions for my scenarios. Thanks for any help
|
#9
|
||||
|
||||
Jamie,
If you are not going to be changing the distributions very often then you could have the experimenter change a label on the Processer. Then you could use a switch statement to choose the distribution. It would look like the following: switch(getlabelnum(current, "experimenter")) { case 0: return uniform(5, 10, 1); case 1: return normal(10, 2, 1); default: return 10; } I hope that this helps. There are other way to do this that would allow you easier access to the distributions so that you could change them but they would be harder to code and slower to execute. Good Luck, Brandon
__________________
thats not normal. |
The Following 2 Users Say Thank You to Brandon Peterson For This Useful Post: | ||
Phil BoBo (09-09-2009) |
Thread | Thread Starter | Forum | Replies | Last Post |
Training material on Experimenter & Optimizer | Mano Kanthanathan | Q&A | 2 | 09-26-2012 01:36 PM |
Suggestions on Experimenter and Report | AlanZhang | Gripes and Goodies | 6 | 11-09-2011 02:32 AM |
Experimenter User Guide | davidubb | Gripes and Goodies | 1 | 06-03-2008 01:33 PM |
Basic Conveyor | tobias.biemueller | Q&A | 16 | 05-23-2008 08:12 AM |
The new Experimenter design is great! | AlanZhang | Gripes and Goodies | 2 | 02-20-2008 05:15 PM |