Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberHam authored Nov 23, 2024
1 parent 50b4613 commit 98a6663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024-Jarigsma-001/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Preferential Attachment Network
*by Amber Esha Jarigsma*

This (sub)model implements a preferential attachment algorithm to generate networks where nodes (agents) are connected based on their existing number of links, simulating the "rich-get-richer" effect. It uses a lottery-style partner selection method to form links between nodes, favoring those with more existing connections. This structure can model social networks, citation graphs, or other real-world systems where growth follows a preferential attachment pattern.
This (sub)model implements a preferential attachment algorithm to generate networks where nodes (agents) are connected based on their existing number of links, simulating the "rich-get-richer" effect. It uses a lottery-style partner selection method to form links between nodes, favoring those with more existing connections. This structure can model social networks, trade networks in ancient societies, settlement hierarchies, or other real-world systems where growth follows a preferential attachment pattern.

## License
**MIT**
Expand Down

0 comments on commit 98a6663

Please sign in to comment.