Experiment Run Defaults
Model-intrinsic defaults for the run-parameter surface of an experiment.
Captures the twelve parameter values that describe how a model is intended to be run: replication count, replication length, warm-up length, stream options, antithetic option, and so on. Deliberately omits the runtime-identification fields — experimentName, experimentId, runName — because those identify a specific run rather than the model itself.
Used as the run-parameter component of ksl.simulation.ModelDescriptor, the machine-readable snapshot that bundle tooling and consumers read. Its shape is deliberately a subset of ExperimentRunParameters; the latter remains the input directive for actually running an experiment, where the runtime-identification fields are required.
Note: currentReplicationNumber is not stored here either — it is an in-flight runtime value, not a default.
Constructors
Properties
whether to advance sub-streams between replications (supports CRN)
whether antithetic replications are used
whether System.gc() is invoked after each replication
replication length in model time units
warm-up duration within a replication
soft wall-clock cap
the model's recommended replication count
the number of stream advances applied before running the experiment
whether the system state is re-initialized at the start of each replication
whether random streams are reset prior to the first replication
the first replication identifier (almost always 1)