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

Make abce more pythonic #113

Closed DavoudTaghawiNejad closed 6 years ago

DavoudTaghawiNejad commented 6 years ago
rht commented 6 years ago

It should be emphasized that the Agent.init() convention change here is not breaking any existing code. With this PR, there is no longer a strict differentiation between simulation_parameters and agent_parameters.

rht commented 6 years ago

All the commits here are also present in #115, so I will just merge that one.