You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define unit-level random seeds to enable adding or removing resources without impacting the random outages associated with other resources. Currently, if a new unit is added, the simulation+sample seed will be used for the additional outage draws, changing which random numbers are associated with which units and thus the outage profiles of all units.
This would add a third level of seeding to a simulation:
Simulation seed: primary random seed for the entire simulation. Provided (or generated automatically) when the simulation is initiated.
Sample seed: secondary seed assigned to each sample from 1:nsamples. Generated automatically when makesamples sends simulation jobs to the threaded coroutines. Providing these directly (Allow choosing specific sample seeds #36) would allow recreating specific random outage conditions
Unit seed: new, tertiary seed assigned to each unit. Fixed across runs and samples and defined in the system specification data (e.g. .pras files)
The text was updated successfully, but these errors were encountered:
Define unit-level random seeds to enable adding or removing resources without impacting the random outages associated with other resources. Currently, if a new unit is added, the simulation+sample seed will be used for the additional outage draws, changing which random numbers are associated with which units and thus the outage profiles of all units.
This would add a third level of seeding to a simulation:
1:nsamples
. Generated automatically whenmakesamples
sends simulation jobs to the threaded coroutines. Providing these directly (Allow choosing specific sample seeds #36) would allow recreating specific random outage conditionsThe text was updated successfully, but these errors were encountered: