Manual

@Serializable
@SerialName(value = "manual")
data class Manual(val points: List<ManualPointSpec>) : DesignSpec(source)

Hand-authored list of design points. Used to augment a generated design (e.g. add a specific factor combination to a CCD) or to specify a design that doesn't fit the other variants. Each entry pins one factor-setting map; per-point replications may override the document-level ReplicationSpec.

Constructors

Link copied to clipboard
constructor(points: List<ManualPointSpec>)

Properties

Link copied to clipboard