@stefancoe , this loop is looping 100 times, each time relocating only a handfull of agents, even though there are enough places to put them. I would expect it iterates maybe up to 10 times in maximum to accommodate everybody. I was wondering if this line really sets the probabilities of full locations to 0:
Could you please check? Thanks!
@stefancoe , this loop is looping 100 times, each time relocating only a handfull of agents, even though there are enough places to put them. I would expect it iterates maybe up to 10 times in maximum to accommodate everybody. I was wondering if this line really sets the probabilities of full locations to 0:
urbansim2/psrc_urbansim/dcm_weighted_sampling.py
Line 209 in 66a9c60
Could you please check? Thanks!