Repast / repast4py

Git repository for Repast for Python development
Other
51 stars 4 forks source link

Non-uniform distribution of global space #52

Open ncollier opened 1 year ago

ncollier commented 1 year ago

The global space is currently divided up uniformly among sub-processes. This works best with uniform distribution of agents. For non-uniform distribution of agents, some non uniform allocation of the global space among processes would be more efficient.