simulate All
fun simulateAll(numRepsPerDesignPoint: Int? = null, clearRuns: Boolean = true, addRuns: Boolean = true)
Causes all design points to be simulated as presented by the design's default iterator using the number of replications specified by the design points.
Parameters
num Reps Per Design Point
the number of replications per design point. If null (the default) then the specification of replications is obtained from the design point. If a value greater than or equal to 1 is supplied, the value is used for every executed design point.
clear Runs
indicates that any previous simulation runs for the design points will be cleared prior to executing these design points. The default is true.
add Runs
If true the executed simulations will be added to the executed simulation runs. The default is true.