对,就是要这个,太感谢了~
所在版块:求学狮城 发贴时间:2013-10-23 08:27  更多评分:

用户信息
复制本帖HTML代码
高亮: 今天贴 X 昨天贴 X 前天贴 X 
好聪明的点子~
还能再问吗?我还有好多疑问啊,这几天做得脸青青的还是跑不出来,真是痛苦。
是这样的,我们的系统是一条队列3个resource,哪个resource有空就到哪个。
有两个小伙伴做了模型,但我觉得他们做的不太对,因为他们都把队列按百分比分配到resource,而我认为应该是随机,或者cyclicly seize available resources,这样才能反映真正的系统运作。另外百分比很可能会随人数和时间的不同有所变化,所以不该假设分配的百分比。
我想象中的模型应该有/显示这些:
1,到达:初始人数若干,新来的人服从采集数据的distribution
---这个用你的办法解决了。
2,共享队列:
试过用Queue,不过没法和create/process连接,放弃。
试过用Process,选择delay,那delay的分布该用什么呢?试用constant=1好像也不对。不知是不是这个想法不对?
3,分别显示3个resource:
试用过一个process with 3 resources, but only one distribution can be applied. This is not the fact. Because each resource has its own processing time distribution.而且也只能看到一个process在跑,看不到3个resource.
Also tried using 3 processes to represent the 3 resources, then the connection is problem again: each process can connect to one module only,e.g.,Create--process-disposal, no Create--processes--disposals can be accepted.
Have you any idea? Thks~

BTW,in student version the common template is not default one but can be added by going to: file--template --attach--select the common template.
.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!

 相关帖子 我要回复↙ ↗回到正文
求教关于 Arena simulation 艾嘎嘎   (204 bytes , 976reads )
如初始排队人数=6,CREATE Module - Entity per Arrival: 6, Max Arrival: 6 lm787   (137 bytes , 121reads )
本来想上来回说entity per arrival不是产生初始值的设置,突然秒懂你的思路了。 艾嘎嘎   (113 bytes , 123reads )
ARRIVAL Module - Batch Size: 6, Max Batchs: 6? lm787   (55 bytes , 119reads )
谢谢~好详细~ 艾嘎嘎   (1041 bytes , 137reads )
好像多个Create Module/Arrival Module可以连到同一个Queue lm787   (132 bytes , 137reads )
嗯,看起来是可以连 艾嘎嘎   (54 bytes , 142reads )
请看这个 lm787   (671 bytes , 126reads )
对,就是要这个,太感谢了~ 艾嘎嘎   (1318 bytes , 127reads )
忘了贴一个有启发性的链接 lm787   (526 bytes , 129reads )
谢谢~~ 艾嘎嘎   (236 bytes , 123reads )
参考这个,共享队列可用Seize-Delay(with delay 0)实现 lm787   (205 bytes , 159reads )
老师老师~ 艾嘎嘎   (530 bytes , 114reads )
弱弱地问下,高手老师你还在么? 艾嘎嘎   (138 bytes , 90reads )
艾嘎嘎   (644 bytes , 159reads )
不肯定地觉得是小乌龙。。。:P 艾嘎嘎   (499 bytes , 206reads )
几个可能 lm787   (4994 bytes , 251reads )
你说我这错误是咋回事啊? 艾嘎嘎   (682 bytes , 129reads )
站短一个参考图 :) lm787   (336 bytes , 115reads )
牛的!谢谢~ 艾嘎嘎   (147 bytes , 124reads )
Fit Data... lm787   (479 bytes , 158reads )
不急不急~ 艾嘎嘎   (351 bytes , 91reads )
Probability density curve下的面积按定义必须为1 lm787   (297 bytes , 209reads )
想请教个数据分析方面的问题 艾嘎嘎   (574 bytes , 120reads )
收到 :) 艾嘎嘎   (140 bytes , 98reads )
上次忘记更新这个了 艾嘎嘎   (713 bytes , 267reads )
你真好~ 艾嘎嘎   (1233 bytes , 138reads )
你太谦虚了~~ 艾嘎嘎   (418 bytes , 126reads )
站短你几个参考图了。 lm787   (127 bytes , 97reads )
OK lm787   (139 bytes , 133reads )
每个人开头时都找不到清晰方向,别的人只是帮忙指个方向,省下起步时间 lm787   (377 bytes , 122reads )
我还差好远。。。。 艾嘎嘎   (361 bytes , 133reads )
(脸红 艾嘎嘎   (364 bytes , 121reads )
然后就是我们设计时就是“不管白猫黑猫” lm787   (267 bytes , 125reads )
你碰到的这个问题主要是Arena这个程序的设计引起的,用户只能在错误中学习适应 lm787   (300 bytes , 159reads )
更正一下 艾嘎嘎   (600 bytes , 111reads )
那可以,你贴上来我看看 lm787   (165 bytes , 101reads )
不是行业的,是Arena simulation这门课的测验题 艾嘎嘎   (302 bytes , 158reads )
啊,我不是想到这个 艾嘎嘎   (367 bytes , 134reads )
你们的测验题是MAE-specific的么? 我不是这个专业,不在行啊。[…] lm787   (191 bytes , 130reads )
是的,这个办法帮助不大。原来只是想偷懒不研究debug function[…] lm787   (211 bytes , 116reads )
握手~ 艾嘎嘎   (637 bytes , 118reads )
Entity creation follows the distribution 艾嘎嘎   (185 bytes , 131reads )
好详细啊,非常有用,感谢~~ 艾嘎嘎   (1618 bytes , 245reads )
debug方法 - breakpoints lm787   (839 bytes , 132reads )
你可以把Create Entities的Exp()的时间调小 lm787   (272 bytes , 122reads )
没事的,只差一点点了 lm787   (878 bytes , 365reads )
查了一下选择是对的 艾嘎嘎   (795 bytes , 211reads )
有可能其中一个Release的Resource没选对,那两个Release+Delay可以用一个Process代替 lm787   (593 bytes , 172reads )
不好意思,下课回来晚了。。。 艾嘎嘎   (637 bytes , 155reads )
我的可以一直跑没有error, delay module没有看到排队 lm787   (281 bytes , 155reads )
耶~~跑出来了~~万分感谢~! 艾嘎嘎   (1047 bytes , 129reads )
我的student version好像比你的新 lm787   (221 bytes , 155reads )
更正 艾嘎嘎   (416 bytes , 148reads )
共享队列搞定~ 艾嘎嘎   (761 bytes , 224reads )
Attributes 或 Variables 那找一找 lm787   (501 bytes , 140reads )