Skip to content

Simba.Data

Simba.Data.Analysis

ParametricTestBenchJob

Runs a sequence of transient jobs for parameter values and combines their selected results.

Constructors
ParametricTestBenchJob(string, IEnumerable, IEnumerable, bool, string, bool, IEnumerable, IProgress) Creates a parameter study from matching sequences of parameter values and transient jobs.
ParametricTestBenchJob(string, List, bool, string, bool, HashSet, IProgress) Creates a parameter study from fully labelled runs.
Properties
JobRuns Runs evaluated by this parameter-study job.
ParameterName Name of the parameter to be swept
StopRequested Gets or sets whether the sequence should stop before the next run.
Methods
Run() Runs every transient job and collects the requested result signals.