https://github.com/tbaptista/simcx
Simulator for Complex Systems
https://github.com/tbaptista/simcx
agent-based-modeling ai artificial-intelligence complex-systems educacion framework python simulation
Last synced: 10 days ago
JSON representation
Simulator for Complex Systems
- Host: GitHub
- URL: https://github.com/tbaptista/simcx
- Owner: tbaptista
- License: apache-2.0
- Created: 2017-01-26T14:26:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T11:10:03.000Z (almost 3 years ago)
- Last Synced: 2025-09-25T11:48:51.081Z (4 months ago)
- Topics: agent-based-modeling, ai, artificial-intelligence, complex-systems, educacion, framework, python, simulation
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
SimCX -- Simulator for Complex Systems
======================================
.. image:: http://readthedocs.org/projects/simcx/badge/?version=latest
:target: http://simcx.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
Simulator for Complex Systems. Developed for the course in Complex Systems from
the Department of Informatics Engineering of the University of Coimbra. This
software is still in beta stage. Tutorials and documentation are available, but
are still in development (check link above).
Note that due to its main purpose (education), most of the code is written with
a focus on readability, rather than performance.
| Copyright (c) 2015-2023 Tiago Baptista - baptista@dei.uc.pt
| Licensed under the Apache License, Version 2.0 (see LICENSE.txt)
Dependencies
------------
- Python 3 (http://www.python.org) (should also work on Python 2.7)
- pyglet (http://www.pyglet.org)
- matplotlib (http://www.matplotlib.org)
- numpy (http://www.numpy.org)
- pyafai (https://github.com/tbaptista/pyafai)
- numexpr (https://github.com/pydata/numexpr) (optional)
- ffmpeg (https://ffmpeg.org) (optional if using movie recording functionality)
Main Authors
------------
| Tiago Baptista
| Ernesto Costa