mountaindust / Planktos

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

Support for multiple, interacting swarms in the same environment #49

Open mountaindust opened 2 years ago

mountaindust commented 2 years ago

This requires two areas of focus:

  1. Simultaneous updating up multiple swarms when an environment method is called.
  2. Plotting multiple swarms in different colors on the same plot.

Because of the second part, this should probably not be done until #40 is addressed.