Fixed Growth Rate Replication Schedule
constructor(initialNumReps: Int, growthRate: Double = defaultReplicationGrowthRate, maxNumReplications: Int = defaultMaxNumReplications)(source)
Parameters
initial Num Reps
the initial starting number of replications
growth Rate
the growth rate. The default is set by defaultReplicationGrowthRate.
max Num Replications
the maximum number of replications permitted. If the growth exceeds this value, then this value is used for all future replications. The default is determined by defaultMaxNumReplications