Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deeper integration with mesa #50

Open
adamamer20 opened this issue Aug 2, 2024 · 3 comments
Open

Deeper integration with mesa #50

adamamer20 opened this issue Aug 2, 2024 · 3 comments

Comments

@adamamer20
Copy link
Collaborator

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.

@rht
Copy link
Contributor

rht commented Aug 2, 2024

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.

@adamamer20
Copy link
Collaborator Author

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.

I see, seems simple enough. I should look up a bit how solara works though.

@rht
Copy link
Contributor

rht commented Aug 2, 2024

You can assign this to me. Make sure we get Sugarscape for GSoC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants