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

Add a no-space model for comparison #71

Open
Datseris opened this issue Aug 31, 2023 · 0 comments
Open

Add a no-space model for comparison #71

Datseris opened this issue Aug 31, 2023 · 0 comments

Comments

@Datseris
Copy link
Member

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.

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

1 participant