Releases: MRC-CSO-SPHSU/UKDemographicABM.jl
Releases · MRC-CSO-SPHSU/UKDemographicABM.jl
Significant Improved runtime & memory perf.
Assign guardians
V0.2.8 Version 0.2.8
Employing tuned API (4 simulation functions)
- Memoization with domarriage alg can be done only externally (if desired)
- Employing newly tuned and exact API of four simulation functions.
- Optimized simulation (with deads removal) vs. normal simulation (without deads removal)
Improved performance
- making use of some tuned simulation functions (SE version 0.2.5)
- improved runtime and memory perfortmance (3x faster, memory allocation / storage 4x-8x less)
Improved Implementation of allocation algorithms / tuned do Marriages
Corresponding to SE Version 0.2.6
- Improved implementation of allocation algorithms (no temporary arrays)
- tuning do marriage algorithm (memoization can be avoided)
- Improved runtime performance (3x faster & 4x less memory allocation and storage)
Employing Improved MA V0.4 (Simple ABM Type)
- adjusting to SimpleABM types of MA Version 0.4
- improved model data structure
- making use of optimized kill_agent_at!
Adoptions, Social, Work and Age transitions
Compatible with SE version 0.2.3
DoMarriages
V0.2.2 Version 0.2.2
NewSimulate module (MALPM only) 3 functions
- New Simulation Interface for only 3 function, doBirths!, doDeaths!, doDivorces
- Improved API for parameter accessory functions
compatible with SE* Version 0.2.1
Unified API for Create and Initialize functions
compatible with SE* libraries V0.2