parsim() with fast restart returns different results
9 ビュー (過去 30 日間)
古いコメントを表示
Abdolkarim Mohammadi
2020 年 9 月 15 日
回答済み: Abdolkarim Mohammadi
2021 年 10 月 21 日
I am running multiple simulations using parsim() with fast restart to accelerate execution. However, I have noticed that using parsim() with fast restart produces different results compared to sim() and parsim() without fast restart. I have attached a simple model containing only SimEvents blocks and the code for running it. The model has a variable named InterGenerationTime, which is used by the Period field of the Entity Generator block. A SimulationInput object is used to set InterGenerationTime for different experiments. The To Workspace block records the number of entities generated by the block.
After running the code, the following figure is obtained.
The first two lines are just as expected, but the third line (parsim() with fast restart) is not. I assume there is something wrong with my implementation. Any help is appreciated.
3 件のコメント
Reid Spence
2020 年 9 月 15 日
I concur with Rahul. If you change the sim() command to use fast restart you also get different behavior. The issue seems to be on the SimEvents side. If this issue is blocking you, please contact MathWorks Technical Support.
Example from my machine:
SimOutSim = sim(SimIn,'UseFastRestart', 'on');
採用された回答
その他の回答 (1 件)
Allison Rozet
2020 年 9 月 18 日
Please see the following bug report:
3 件のコメント
Allison Rozet
2021 年 3 月 12 日
Hi Abdolkarim,
In that case, you may want to work with MathWorks Technical Support further on this issue.
参考
カテゴリ
Help Center および File Exchange で Discrete-Event Simulation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!