Completed
data class Completed(val summary: RunSummary, val snapshot: SimulationSnapshot.ExperimentCompleted) : RunResult(source)
A single-model run finished normally (all requested replications ran, or the model ended itself via endSimulation()).
Properties
Link copied to clipboard
comprehensive across-replication statistics captured by InMemorySnapshotCollector after endSimulation(). Covers all ksl.modeling.variable.Response, ksl.modeling.variable.Counter, histogram, frequency, and time-series elements. For per-replication observation arrays, attach a ReplicationDataAttachment before submitting.
Link copied to clipboard
lightweight post-run metadata