Skip to main content

Forked Agent-based modeling (ABM) in Python 3+

Project description

Fork of the original Mesa project till https://github.com/projectmesa/mesa/pull/944 and/or https://github.com/projectmesa/mesa/issues/943 are soved.

https://api.travis-ci.org/projectmesa/mesa.svg?branch=master https://codecov.io/gh/projectmesa/mesa/branch/master/graph/badge.svg https://img.shields.io/badge/code%20style-black-000000.svg

Mesa is an Apache2 licensed agent-based modeling (or ABM) framework in Python.

It allows users to quickly create agent-based models using built-in core components (such as spatial grids and agent schedulers) or customized implementations; visualize them using a browser-based interface; and analyze their results using Python’s data analysis tools. Its goal is to be the Python 3-based alternative to NetLogo, Repast, or MASON.

A screenshot of the Schelling Model in Mesa

Above: A Mesa implementation of the Schelling segregation model, being visualized in a browser window and analyzed in a Jupyter notebook.

Features

  • Modular components

  • Browser-based visualization

  • Built-in tools for analysis

  • Example model library

Using Mesa

Getting started quickly:

$ pip install mesa

You can also use pip to install the github version:

$ pip install -e git+https://github.com/projectmesa/mesa#egg=mesa

Take a look at the examples folder for sample models demonstrating Mesa features.

For more help on using Mesa, check out the following resources:

Running Mesa in Docker

You can run Mesa in a Docker container in a few ways.

If you are a Mesa developer, first install docker-compose and then run:

$ docker-compose build --pull
...
$ docker-compose up -d dev # start the docker container
$ docker-compose exec dev bash # enter the docker container that has your current version of Mesa installed at /opt/mesa
$ mesa runserver examples/Schelling # or any other example model in examples

The docker-compose file does two important things:

  • It binds the docker container’s port 8521 to your host system’s port 8521 so you can interact with the running model as usual by visiting localhost:8521 on your browser

  • It mounts the mesa root directory (relative to the docker-compose.yml file) into /opt/mesa and runs pip install -e on that directory so your changes to mesa should be reflected in the running container.

If you are a model developer that wants to run Mesa on a model (assuming you are currently in your top-level model directory with the run.py file):

$ docker run --rm -it -p127.0.0.1:8521:8521 -v${PWD}:/code comses/mesa:dev mesa runserver /code

Contributing back to Mesa

If you run into an issue, please file a ticket for us to discuss. If possible, follow up with a pull request.

If you would like to add a feature, please reach out via ticket or the dev email list for discussion. A feature is most likely to be added if you build it!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Mesa-Adapted-0.8.7.3.tar.gz (646.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Mesa_Adapted-0.8.7.3-py3-none-any.whl (1.3 MB view details)

Uploaded Python 3

File details

Details for the file Mesa-Adapted-0.8.7.3.tar.gz.

File metadata

  • Download URL: Mesa-Adapted-0.8.7.3.tar.gz
  • Upload date:
  • Size: 646.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.5

File hashes

Hashes for Mesa-Adapted-0.8.7.3.tar.gz
Algorithm Hash digest
SHA256 6d8996efb963294ba69a0d0a8a2d2faa245609d843d563d4c71a26caf25225cf
MD5 a9c7e4eb8f0cc354f9447fc8d6083544
BLAKE2b-256 562f5380d4c3d5afce4896ca38b310d1c69b4273743eb62395cc978cd5e915cf

See more details on using hashes here.

File details

Details for the file Mesa_Adapted-0.8.7.3-py3-none-any.whl.

File metadata

  • Download URL: Mesa_Adapted-0.8.7.3-py3-none-any.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.5

File hashes

Hashes for Mesa_Adapted-0.8.7.3-py3-none-any.whl
Algorithm Hash digest
SHA256 30fcf2cb61cb5f0be6c095866d8afc83f20bfb5128d5af781c83115c9817f259
MD5 82f4fa8a357f057add6f263166b7048b
BLAKE2b-256 5cedd516d169761c9b88b8fcb8661ee13fd174d041618d35e38ba63774c56156

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page