Releases: MRC-CSO-SPHSU/LoneParentsModel.jl
Releases · MRC-CSO-SPHSU/LoneParentsModel.jl
essa_conference_2023: Merge pull request #162 from mhinsch/main
new developments
Help functions for computing Population Pyramid Index
- LPMVERSION const (for compatibility checking)
- help functions for population pyramid index computations (few)
Demography model
- 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
- 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
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
V0.3.2 Version 0.3.2
Separate abstract concept to MultiAgents.jl
Merge pull request #10 from AtiyahElsheikh/develop Separating the abstract part of the code to MultiAgents.jl
Demography simulation considering death probabilities
- Improved simulation concept
- Flexibility for simulating same example with different implementation (via type traits)
- Population simulation considering death probabilities
Preliminary simulation concept
V0.2.4 Version 0.2.4
Re-structure of examples
- re-structure of examples
- improved printing