JuliaDynamics / JuliaDynamics/ABMFrameworksComparison

Add a no-space model for comparison

Open
#71 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
NetLogo
Stars
27
Forks
11
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the referenced Wright-Fisher example and review how Graphs.jl, agent sampling, and the new replicate! function relate to the proposed model. Resolve whether the deliverable is a network-based model or a no-network comparison, then define comparable behavior and costs across the involved software implementations.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.