JuliaDynamics / ABMFrameworksComparison

Benchmarks and comparisons of leading ABM frameworks
Other
13 stars 8 forks source link

Mesa WolfSheep: Update to using Mesa 1.0.0 #9

Closed rht closed 2 years ago

rht commented 2 years ago

RandomActivationByTypes is now part of the library.

rht commented 2 years ago

I used pygount to count the number of lines of agents.py + model.py + random_walk.py. It is now 147.

rht commented 2 years ago

Reminder to update the LOC in https://juliadynamics.github.io/Agents.jl/stable/comparison/.

Datseris commented 2 years ago

we need to change the table there to not be an image, but an actual markdown table. Updating these images is a pain in the ass and doesn't allow for a simple PR fix from an external contributor like you... Can you please open an issue to keep track of this?

Datseris commented 2 years ago

BTW the new scheduler didn't impact performance I assume?

rht commented 2 years ago

No, it doesn't affect the performance. Opened https://github.com/JuliaDynamics/Agents.jl/issues/655.

rht commented 2 years ago

That said, the comparison should include the versions for Julia, Python, etc.