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

The order of simulation functions #12

Open
AtiyahElsheikh opened this issue Dec 15, 2022 · 0 comments
Open

The order of simulation functions #12

AtiyahElsheikh opened this issue Dec 15, 2022 · 0 comments
Labels
good first issue Good for newcomers invalid This doesn't seem right

Comments

@AtiyahElsheikh
Copy link
Collaborator

currently (Version 0.2.4), simulation function is executed in this order:

  • doDeaths!
  • doAssignGuardians!
  • doBirths!
  • doAgeTransitions!
  • doWorkTransitions!
  • doSocialTransitions!
  • doDivorces!
  • doMarriages!

Initial population is supposed to reflect demographic data. This implies deaths and births should be applied after age transition.

Moreover, it is thinkable to make the order of the transitions become random rather than a specific order.

@AtiyahElsheikh AtiyahElsheikh added good first issue Good for newcomers invalid This doesn't seem right labels Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant