One More Seprate Doubt:
For the following set,
sweeps = Sweeps(100)
setmaxdim!(sweeps, 2,4,8,10,20,30,40,50,60,70,80,90,100,110,120,130,140,150,180,250,300,400,500)
I see that setmaxdim value does not increase after reaching the setmaxdim=110, and sweep keeps running at setmaxdim=110 till the end of number of sweeps.
Could you please explain, why so ?