projectmesa / mesa

Mesa is an open-source Python library for agent-based modeling, ideal for simulating complex systems and exploring emergent behaviors.
https://mesa.readthedocs.io
Other
2.38k stars 860 forks source link

Clean-up private variables (`_agents`, `_step`) #2212

Open EwoutH opened 1 month ago

EwoutH commented 1 month ago

To keep backwards compatibility with Mesa 2.x, we added some attributes as private ones, like _agents and _step. We should clean that up for 3.0.

See:

EwoutH commented 2 weeks ago

Partly done in https://github.com/projectmesa/mesa/pull/2251 (agents_ removal) and https://github.com/projectmesa/mesa/pull/2223 (_time removal and _steps renamed to steps).