mesa-examples icon indicating copy to clipboard operation
mesa-examples copied to clipboard

Seminal agent-based models developed using Mesa

Results 60 mesa-examples issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.6...v0.9.9)

I wanted to explore some examples to understand how the models work, but unfortunately, none of the ones I've tried so far have been functional. I've tried running the examples...

### Add Walking Behavior Agent-Based Model #### **Summary** This PR introduces an Agent-Based Model (ABM) for simulating walking behavior in a hypothetical city. The model explores how socioeconomic status (SES),...

This update introduces three new features—random_event, change_opinion, and stubbornness—that enhance the agent opinion dynamics model. _**random_event:**_ Adds a low-probability random event to each model step, which, when triggered, invokes change_opinion...

Зміни: нормалізація ймовірностей, оптимізація кроку агента, логіка випаровування феромонів, оптимізація збору даних.

- A randomize_new_cells parameter has been added to the code, which allows the user to manually adjust the probability of randomly spawning new cells at each simulation step. This option...

Виправила баги, які Ви надсилали; Бо створила новий репозиторій і все з нуля, тоді вийшло. Якось так. І також ось це виправила: for (contents, x, y) in self.grid.coord_iter(): повертає три...

**Опис змін** **Додано функціональність оподаткування:** Реалізовано метод pay_taxes() у класі MoneyAgent, який дозволяє агентам сплачувати податки, розраховані на основі їхнього багатства. Це допомагає моделювати реальні економічні умови, де агенти повинні...

Initial attempt at testing the visualisation in CI. @rht I can't get the imports working properly. I tried a lot of things, but somehow it always end up with one...