FixedGrowthRateReplicationSchedule

constructor(initialNumReps: Int, growthRate: Double = defaultReplicationGrowthRate, maxNumReplications: Int = defaultMaxNumReplications)(source)

Parameters

initialNumReps

the initial starting number of replications

growthRate

the growth rate. The default is set by defaultReplicationGrowthRate.

maxNumReplications

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