s-fuerst / Vahana.jl

A framework (not only) for large-scale agent-based models
MIT License
23 stars 0 forks source link

Beefing up the agent profile of Vahana to Economic Agent and Markets as in sfctools #7

Open finmod opened 1 month ago

finmod commented 1 month ago

Vahana.jl aligned/similar to Agents.jl should be able to reproduce the ABM characteristics of sfctools (in python) here: https://sfctools-framework.readthedocs.io/en/latest/doc_software/software.html. This would be a major acquisition of ABM-SFC models to Julia.

Great package. The tutorials are bug free. This is rare.

s-fuerst commented 1 month ago

I find this an interesting idea, especially since I have also worked on economic models in the past. The market matching structure of sfctools seems to fit very well with Vahana already. However, I personally won't have time for it in the near future. And a complete example of a model in sfctools would also be very helpful.