Batch Completed
A scenario sweep or designed experiment finished. Every successfully completed scenario or design point contributes one SimulationSnapshot.ExperimentCompleted to snapshots; the list is non-empty on a clean run.
Constructors
Properties
Per-item replication-level snapshots in completion order, keyed by the item name — specifically SimulationSnapshot.ExperimentCompleted.experiment.exp_name on the corresponding entry in snapshots. Each value is the list of SimulationSnapshot.ReplicationCompleted snapshots collected during that item's run, in replication order.
one snapshot per successfully completed scenario or design point, in commit order. Non-empty when OrchestratorSummary.failedItems is zero.
orchestrator-level metadata (total items, completed, failed)
Functions
Return a copy of this with the snapshot for scenarioName removed, alongside the matching entry in RunResult.BatchCompleted.replicationsByItem. Returns null when the filter empties RunResult.BatchCompleted.snapshots — callers treat that as "the result is now empty; drop it".