cvanelteren / PlexSim

Computational toolbox for complex (adaptive) system simulations
6 stars 1 forks source link

Move to agent-based approach #3

Closed cvanelteren closed 3 years ago

cvanelteren commented 4 years ago

Currently the adjacency matrix is the agent stack. The bonabeau model has agent moving around on a finite space. In the current implementation the whole grid is assumed to be an agent. A different update scheme needs to be implemented for higher efficiency.

Suggestions

Keep track of agent, and update only these.

Keep as is and deal with inefficiency

cvanelteren commented 3 years ago

This feature is possible under the current v3