AB-CE / abce

Agent-based computational Economics, the Python library that makes AB modelling easier
http://abce.readthedocs.io
190 stars 64 forks source link

Logging needs to configure, what kind of graphs and aggregations are created. #27

Open DavoudTaghawiNejad opened 7 years ago

DavoudTaghawiNejad commented 7 years ago

Logging needs to configure, what kind of graphs and aggregations are created,

simulation.logging(variables={'a': ['mean'], 'gdp': ['mean', 'aggregate', 'panel']} possessions={'money': ['aggregate', 'panel'], ...})

simulation.panel and simulation.aggregate should be depreciated accordingly

a simple list should still be supported.