mountaindust / Planktos

ABM framework for dispersal modeling
https://planktos.readthedocs.io
GNU General Public License v3.0
5 stars 3 forks source link

rename agents.py #15

Closed mountaindust closed 6 years ago

mountaindust commented 6 years ago

There's a bit of a code smell in having a module named "agents.py" which contains both the environment and swarm classes, and given that an "agent" is a member of a swarm.

Refactor to something like model.py, or framework.py.