mesa-frames 0.1.0-alpha #46
adamamer20
started this conversation in
General
Replies: 1 comment 2 replies
-
Can't wait for the Sugarscape one. This is the code for FLAME 2 GPU Sugarscape. It is going to be much simpler in mesa-frames. We could write a paper for this later. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As we near the end of Google Summer of Code, here's a prioritized list of tasks that need to be completed before the deadline:
GridPolars Implementation:
pl.ranges
with the idea of leveraging lazy evaluation for better performance. However, this approach is only advantageous when capacity is consistent across all cells. Reimplementing grid behavior with Polars expressions would require significant effort without a clear performance gain. Therefore, for now, I'd stick with NumPy and update the mixin toPolarsMixin
as needed.Example Models:
Documentation:
Automatic Build and Publishing:
GPU Integration (Time Permitting):
pandas
tocudf
and fromnumpy
tocupy
.General Review and Bug Discovery:
I'd focus on these priorities and leave any additional features or improvements for after the GSoC period.
Beta Was this translation helpful? Give feedback.
All reactions