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 graph-based model to the comparison #70

Open
Tortar opened this issue Aug 30, 2023 · 4 comments
Open

Add a graph-based model to the comparison #70

Tortar opened this issue Aug 30, 2023 · 4 comments

Comments

@Tortar
Copy link
Member

Tortar commented Aug 30, 2023

As discussed in #60

@Datseris
Copy link
Member

Datseris commented Aug 31, 2023

Note that here we mean graph as a space. Such as agents moving from city to city, and each city is a node in a graph that may host many agents.

This is not the same as each agent being a node in a graph and having connections to other agents, which is done in frameworks likke Vanaha.jl.

@Datseris
Copy link
Member

In this network implementation, agents must be located on a node, with a limit of one agent per node. In order to give or receive the unit of money, the agent must be directly connected to the other agent (there must be a direct link between the nodes).

This isn't a graph-as-space model. This model is suited more for #71 .

Similarly for the virus:

This model demonstrates the spread of a virus through a network. Although the model is somewhat abstract, one interpretation is that each node represents a computer, and we are modeling the progress of a computer virus (or worm) through this network.

@Tortar
Copy link
Member Author

Tortar commented Sep 29, 2023

good catch, forgot about this

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

2 participants