MRC-CSO-SPHSU / UKSEABMLib.jl

MIT License
1 stars 1 forks source link

The order of simulation functions #36

Closed AtiyahElsheikh closed 1 year ago

AtiyahElsheikh commented 1 year ago

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

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 commented 1 year ago

This issue rather belongs to the LPM.jl package.