ExperimentStarted

data class ExperimentStarted(val experiment: ExperimentTableData, val simulationRun: SimulationRunTableData, val modelElements: List<ModelElementTableData>, val controls: List<ControlTableData>, val rvParameters: List<RvParameterTableData>) : SimulationSnapshot(source)

Emitted once before the first replication of an experiment.

Carries the experiment record, the initial simulation run record, the full model element hierarchy, all control values, and all random variable parameter settings captured at experiment start.

Constructors

Link copied to clipboard
constructor(experiment: ExperimentTableData, simulationRun: SimulationRunTableData, modelElements: List<ModelElementTableData>, controls: List<ControlTableData>, rvParameters: List<RvParameterTableData>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard