MRC-CSO-SPHSU / LoneParentsModel.jl

An initial implementation of an ABM for social and child care
0 stars 5 forks source link

Fuse all parameter types? #140

Open AtiyahElsheikh opened 2 years ago

AtiyahElsheikh commented 2 years ago

Can work parameters (within the type WorkPars) be viewed as Demography parameters?

The question whether an internal architecture distinguishing demography from other elements (e.g. economy) is needed. If no, then Demography module does not look to be needed / distinguished. However, my intuition is that, indeed, economic parameters need to be placed within their own sub-modules. This would be useful in many situations, for instance, executing purely demographic simulations (without economic elements).

mhinsch commented 1 year ago

It might be easier to simply fuse all parameter types a model uses into one (using e.g. CompositeStruct).