معرفی شرکت ها


discrete-event-simulation-0.1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Framework for making discrete event simulations
ویژگی مقدار
سیستم عامل -
نام فایل discrete-event-simulation-0.1.2
نام discrete-event-simulation
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Alexander Grooff
ایمیل نویسنده alexandergrooff@gmail.com
آدرس صفحه اصلی https://github.com/AlexanderGrooff/discrete-event-simulation
آدرس اینترنتی https://pypi.org/project/discrete-event-simulation/
مجوز -
[![PyPI version](https://badge.fury.io/py/discrete-event-simulation.svg)](https://pypi.org/project/discrete-event-simulation/) # Discrete event simulation This package can be used to create a discrete event simulation based on your parameters. Just install the library (pypi library is WIP) and use the `DiscreteSimulation` class to run with your environment. ## How to apply it to your scenario Check out the [examples](https://github.com/AlexanderGrooff/discrete-event-simulation/tree/master/examples) where scenarios are sketched out using this framework. The idea is that you state one or more available actions that the simulation can pick from which have a starting condition and events to trigger. The events that are triggered by actions will modify the state, which is tracked in the simulation's `Timeline`. ## Development Make a virtualenv, install requirements and run `tox` to ensure everything works. It works from Python 3.8+. ``` mkvirtualenv -a . -p python3 $(basename $(pwd)) pip install -r requirements.txt tox ```


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl discrete-event-simulation-0.1.2:

    pip install discrete-event-simulation-0.1.2.whl


نصب پکیج tar.gz discrete-event-simulation-0.1.2:

    pip install discrete-event-simulation-0.1.2.tar.gz