Uniform

@Serializable
@SerialName(value = "uniform")
data class Uniform(val replications: Int) : ReplicationSpec(source)

Every design point runs the same number of replications. The simplest and most common case.

Constructors

Link copied to clipboard
constructor(replications: Int)

Properties

Link copied to clipboard