1function initFromAvgQLen(self, AvgQLen)
2% INITFROMAVGQLEN(AVGQLEN)
6% we now address the problem that round([0.5,0.5]) = [1,1] so
7% different from the total initial population
9 if njobs(r) > sum(AvgQLen,1) % error at most by 1
16 self.initFromMarginal(n);