Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 588 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 588 Bytes

EB-DEVS Models

EB-DEVS is a DEVS extension implementing macro-level states for emergent behavior on-line discovery and exploitation.

Getting Started

Prerequisites

The project works for python 3.6+

Installing

Install the requirements file:

pip install -r requirements.txt --user

Then, install the PyPDEVS library:

cd ./pypdevs/src
python setup.py install  --user

Usage

Run the experiment.py file for any of the implemented models like so:

cd sir_v_simpat_version && python experiment.py

How to create new models

TODO: Write down