Info

This question is closed. Reopen it to edit or answer.

Simevents stochastic replications capability?

1 view (last 30 days)
Raymond Chiu
Raymond Chiu on 27 Jul 2016
Closed: MATLAB Answer Bot on 20 Aug 2021
When simulating a system, it is often necessary to replicate simulations .
This means resetting every metric (including removing all Entities) after the termination condition is reached. with the exception maintaining the current state of RNGs: Random Number Generators for next replication . The target output variables are logged to an output file for statistical evaluation.
QUESTIONS
1) Does Simevents already have this built-in and I need to sharpen my Googling skills?
2) Is there an example of replication with a simple model using Simevents?
The original question was incorrectly posed:
When simulating a system, it is often necessary to replicate simulations . (via different seeds) and collect the target variable for each replication for statistical analysis.

Answers (1)

Sean de Wolski
Sean de Wolski on 29 Jul 2016
You can set the seed of an entity generator in order to do this (R2016a SimEvents).

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!