معرفی شرکت ها


cromosim-2.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل cromosim-2.0.2
نام cromosim
نسخه کتابخانه 2.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Sylvain Faure, Bertrand Maury
ایمیل نویسنده sylvain.faure@math.u-psud.fr, bertrand.maury@math.u-psud.fr
آدرس صفحه اصلی http://www.cromosim.fr
آدرس اینترنتی https://pypi.org/project/cromosim/
مجوز GPL
# cromosim CROMOSIM is a Python Library for Crowd Motion Simulation. - **Website:** http://www.cromosim.fr - **Source code:** https://github.com/sylvain-faure/cromosim The aim of this open source project is to make it possible to users to run simulations based from several models (cellular automata, microscopic simulations or using compartments), to test new configurations, and even to investigate the possibility to program their own model in complex geometry : do-it yourself ! This package proposes Python implementations of the numerical methods detailed in the book “Crowds in equations: an introduction to the microscopic modeling of crowds” by B. Maury (ENS Ulm & Univ. Paris-Sud) and S. Faure (CNRS), World Scientific 2018, Advanced textbooks in mathematics. How to use cromosim ? --------------------- First you have to install cromosim, either by using pip: ~$ pip install cromosim or by manually installing the package: cromosim$ python setup.py install Once cromosim is installed, you can verify that it is possible to import it into Python: ~$ python Python 3.7.7 (default, Mar 10 2020, 15:43:33) [Clang 11.0.0 (clang-1100.0.33.17)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import cromosim >>> print(cromosim.__version__) 2.0.0 >>> Now to make a first simulation, you can download one of the examples found in: https://github.com/sylvain-faure/cromosim/tree/master/examples or retrieve all the examples available using the following command (svn is the Subversion command): ~$ svn export https://github.com/sylvain\-faure/cromosim/trunk/examples my-cromosim and then run a first example: ~$ cd my-cromosim/micro/granular granular$ python micro_granular.py --json input_room.json These examples will allow you to start your own calculations.


نیازمندی

مقدار نام
>=1.18.0 numpy
>=1.4.0 scipy
>=6.0.0 Pillow
>=3.1.0 matplotlib
>=0.9.0 numpydoc
>=2.4.0 sphinx
>=2019.1.30 scikit-fmm
>=1.2.0 cvxopt
>=2.8.0 imageio


نحوه نصب


نصب پکیج whl cromosim-2.0.2:

    pip install cromosim-2.0.2.whl


نصب پکیج tar.gz cromosim-2.0.2:

    pip install cromosim-2.0.2.tar.gz