Deeper integration with mesa #123
adamamer20
started this conversation in
Ideas
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. |
0 replies
I see, seems simple enough. I should look up a bit how solara works though. |
0 replies
|
You can assign this to me. Make sure we get Sugarscape for GSoC. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions