JuliaDynamics / ABMFrameworksComparison

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

Add a no-space model for comparison #71

Open Datseris opened 1 year ago

Datseris commented 1 year ago

We can have a model that uses a network (with Graphs.jl) that implements a network-based version of the evolution model: https://juliadynamics.github.io/AgentsExampleZoo.jl/dev/examples/wright-fisher/

This allows us to create a model that has agent conections as graphs (which is oftren used), as well a sampling agents, which can be expensive, and replicating agentrs, which can also be expensive. We can also use the new replicate! function that didn't exist when the above example was written.

Alternatively, we could just drop the network connections alltogether if it makes the implementaTION too lengthy to implement in all softwares.