Skip to content

Releases: MRC-CSO-SPHSU/LoneParentsModel.jl

essa_conference_2023: Merge pull request #162 from mhinsch/main

17 Jul 10:03
db923d5
Compare
Choose a tag to compare

Help functions for computing Population Pyramid Index

12 Nov 08:15
4ba957f
Compare
Choose a tag to compare
  • LPMVERSION const (for compatibility checking)
  • help functions for population pyramid index computations (few)

Demography model

07 Nov 13:05
9f7a80b
Compare
Choose a tag to compare
Demography model Pre-release
Pre-release
  • deaths, marriages, divorces, births, guardians for orphans socio-economic status, social transitions
  • I/O using flags and input files
  • GUI

Simplified DRY-based integration of new fields to Agent Person

20 Sep 11:33
01510a8
Compare
Choose a tag to compare
  • Women give birth
  • Generic XAgents
  • Flat Main Simulation of LPM without using agent-based frameworks
  • Unifying the way parameters are passed to simulation functions
  • Agent Person improved declaration and implementation
  • DRY concept for struct fields of Agent Person
  • Re-architecture Simulate module and isolating computation into further subroutines
  • Employing Parameters.jl

LPM & MALPM

25 Aug 16:27
9be51ae
Compare
Choose a tag to compare
LPM & MALPM Pre-release
Pre-release

Code restructured into LPM (Generic module) & MALPM (dependent on LPM & MultiAgents.jl)
Generic functions deal with struct arguments and dictionaries

Simplify Person Type via Kinship & BasicInfo modules

27 Jul 15:10
98ef84b
Compare
Choose a tag to compare
V0.3.2

Version 0.3.2

Separate abstract concept to MultiAgents.jl

28 Jun 09:34
7a0059e
Compare
Choose a tag to compare
Merge pull request #10 from AtiyahElsheikh/develop

Separating the abstract part of the code to MultiAgents.jl

Demography simulation considering death probabilities

23 Jun 19:12
d8cbcf1
Compare
Choose a tag to compare
  • Improved simulation concept
  • Flexibility for simulating same example with different implementation (via type traits)
  • Population simulation considering death probabilities

Preliminary simulation concept

18 Jun 11:06
da25d80
Compare
Choose a tag to compare
Pre-release
V0.2.4

Version 0.2.4

Re-structure of examples

14 Jun 09:18
eebefb2
Compare
Choose a tag to compare
Pre-release
  • re-structure of examples
  • improved printing