-
Notifications
You must be signed in to change notification settings - Fork 0
Road map
Stephen Davies edited this page Mar 5, 2019
·
3 revisions
- Remove dead agents from graph entirely (currently they stay as zombie neighbors)
- Permit more than two agents per proto (currently exactly two per proto)
- Proto resource pooling (insurance)
- Each iteration that its personal wealth is over threshold X, an agent contributes a fixed amount to the proto's account.
- Each iteration that its personal wealth is below threshold Y (<X), an agent withdraws enough from the proto's account to reach Y.
- Q: If proto account reaches zero...?
- Proto dissolution
- Q: Under what conditions? (Or is this the same as the previous item?)
- Proto resource pooling (investment)
- Q: how would this work?
- Limited window of opportunity to join protos (inspired by Handbook ch.6)
-
Q: how to model the limited opportunity window?
- A maximum number of agents per proto (which is same as current model, actually, if max=2)?
- A length of time during which a proto is "joinable," after which it accepts no new members?
-
Q: how to model the limited opportunity window?
- Other network models
- Some agents inherently do, some do not, form protos
- Exogenous boolean attribute of agents, randomly determined at creation time
- Wealth distro
- Histogram of agent wealth (snapshot at end of simulation)
- Plot of Gini coefficient over time
- Graph assortativity by wealth attribute
- Q: others???
- Proto membership
- Plot of number-of-protos over time
- Histogram of proto size (snapshot at end of simulation)
- Q: others???
- Parameter sweeps
- Erdos-Renyi λ parameter