MRC-CSO-SPHSU / LoneParentsModel.jl

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

Please review & merge #86

Closed AtiyahElsheikh closed 2 years ago

AtiyahElsheikh commented 2 years ago

I am only doing a pull-request just to make it easier to follow what I am doing. Since I am experimenting here and there, therefore code is subject to frequent changes.

AtiyahElsheikh commented 2 years ago

The latest MA.jl simplification V0.2.3 , data field can be of struct type. This reduces memory consumption by 1/3!

AtiyahElsheikh commented 2 years ago

so that MainMALPM.jl works with MA Version 0.2.3 ( data field is no longer enforced to be of dict. type). Static declaration of functions does not improve performance afterwards.