MRC-CSO-SPHSU / UKSEABMLib.jl

MIT License
1 stars 1 forks source link

Agents #9

Closed AtiyahElsheikh closed 1 year ago

AtiyahElsheikh commented 1 year ago

The initial implementation was devoted towards the employment of Agents.jl. On the side, an Agents-jl-independent version was established. This has resulted that Agents-types are not currently within library modules. The client at the moment is required to specify which version to use, e.g. by either including

addToLoadPath!("../SocioEconomics.jl/src/generic") # as in LPM.jl/lpm.jl

or

addToLoadPath!("../SocioEconomics.jl/src/multiagents") # as in LPM.jl/mainMAHelpers.jl It is possible to make things easier.

In future, it could be more clear if the library can be made more generic (with the client having the ability to employ [Multi-]Agents.jl in an easy way).

AtiyahElsheikh commented 1 year ago

XAgents.jl is now part of the SocioEconomics library by

using SocioEconomics.XAgents