Deeper integration with mesa #123
Replies: 3 comments
-
The data to be fed to the Solara visualization is simply a list of list, or a 2D NumPy array. The relevant code is only <50 LOC. So it should take about a day to implement. It is a Matplotlib scatter plot. |
Beta Was this translation helpful? Give feedback.
-
I see, seems simple enough. I should look up a bit how solara works though. |
Beta Was this translation helpful? Give feedback.
-
You can assign this to me. Make sure we get Sugarscape for GSoC. |
Beta Was this translation helpful? Give feedback.
-
Currently there are some features that are only available in mesa (eg. visualization). While we work on refactoring those, we could have a "fallback" to convert on-the-fly a mesa-frames object to a mesa object and perform the operation. Performance would take a significant hit but it would allow for an easier transition from mesa.
Beta Was this translation helpful? Give feedback.
All reactions