Experiment

constructor(runParameters: ExperimentRunParametersIfc)

Creates an experiment based on the supplied run parameters

Parameters

runParameters

the parameters to use


constructor(startingRepId: Int = 1, name: String = "Experiment_")

Parameters

startingRepId

the starting identifier in the sequence of identifiers used to identify the replications of the experiment. The replications of the experiment will be numbered sequentially starting at this supplied integer and increasing by 1 for each replication executed. For example, if the starting replication identifier startingRepId is 5 and there are 6 replications executed in the experiment, the 6 replications will be numbered with identifiers: 5, 6, 7, 8, 9, 10. The default value is 1.

name

The name of the experiment