![](./image/logo.png) # Einspy - Simulations of Traffic System Based on the Theory of Cellular Automaton *** [![Build Status](https://travis-ci.org/xiongbeer/Eins.svg?branch=master)](https://travis-ci.org/xiongbeer/Eins) [![LICENCE](https://img.shields.io/badge/licence-MIT-blue.svg)](https://raw.githubusercontent.com/xiongbeer/Eins/master/LICENSE.txt) [![Docs](https://readthedocs.org/projects/veinsdocs/badge/?version=latest)](https://veinsdocs.readthedocs.io/zh_CN/latest/?badge=latest) ## 项目介绍 * 道路交通流理论模型大体可分为三大类:宏观,中观,微观. 元胞自动机属于微观模型,是集中于单个车辆在相互作用下的个体行为描述. 主要用于研究高速公路与交通和城市网络交通. * 该项目旨在提供一个简易上手且功能丰富的元胞自动机交通模拟库,包含了基于元胞自动机(NaSch)的多个经典交通数学模型
- python 2.7
- matplotlib
- pandas>=0.19
- numpy
- colorama
- tqdm
pip install einspy
- 如有问题和需求请提issues,平时我极少看邮件
- 另外一个Veins专业和复杂的多,如果有更高层次需求不妨去看看