MRC-CSO-SPHSU / LoneParentsModel.jl

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

find a solution/replacement for MultiAgents #22

Closed mhinsch closed 2 years ago

mhinsch commented 2 years ago

Currently some general functionality is still imported from MultiAgents. If LoneParentsModel.jl is supposed to be completely independent of MultiAgents.jl these imports should be removed. It would be nice to find a solution that doesn't duplicate effort, though.

AtiyahElsheikh commented 2 years ago

Indeed, LPM.jl is currently making use of MultiAgents.jl. Or may be I am getting you wrong?

AtiyahElsheikh commented 2 years ago

Just as a remark: for me LPM.jl is a motivation for advancing MultiAgents.jl. You can do things completely in your way (own main sctipt, directories, types etc.) or if you want, different package, up to you. Just let me follow what you are doing, may be some redundant efforts can be avoided.