KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.app.config.experiment
/
ReplicationSpec
/
Uniform
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.
Members
Constructors
Uniform
Link copied to clipboard
constructor
(
replications
:
Int
)
Properties
replications
Link copied to clipboard
val
replications
:
Int